Skip to content

Graph Traversal

There are two main methods of graph traversal.

  • Depth First Search
  • Breadth First Search