WLJS LogoWLJS Notebook

BipartiteGraphQ

BipartiteGraphQ[g] yields True if the graph g is a bipartite graph and False otherwise.

Examples

BipartiteGraphQ[CycleGraph[4]]
(* True *)

Please visit the official Wolfram Language Reference for more details.

On this page