785. Is Graph Bipartite?
undirected graph: all the connected nodes can be reached by visiting any node
directed graph: start from one node, may not traverse all connected nodes
Previous1514. Path with Maximum ProbabilityNext323. Number of Connected Components in an Undirected Graph
Last updated
Was this helpful?