Graph Traversal Algorithms
In this lesson, we will learn the basic logic behind graph traversal and we will see how it applies to the two most famous graph traversal algorithms.
We'll cover the following...
Types of Graph Traversals #
There are two basic techniques used for graph traversal:
- Breadth First Search (BFS)
- Depth First Search (DFS)
Access this course and 1400+ top-rated courses and projects.