public final class GraphTests<V,E> extends Object
| Modifier and Type | Method and Description | 
|---|---|
static <V,E> boolean | 
isBipartite(Graph<V,E> g)  | 
static <V,E> boolean | 
isComplete(Graph<V,E> g)  | 
static <V,E> boolean | 
isConnected(Graph<V,E> g)  | 
static <V,E> boolean | 
isEmpty(Graph<V,E> g)  | 
static <V,E> boolean | 
isTree(Graph<V,E> g)  | 
public static <V,E> boolean isEmpty(Graph<V,E> g)
public static <V,E> boolean isComplete(Graph<V,E> g)
public static <V,E> boolean isConnected(Graph<V,E> g)
public static <V,E> boolean isTree(Graph<V,E> g)
public static <V,E> boolean isBipartite(Graph<V,E> g)
Copyright © 2016. All rights reserved.