Graph Data Structure & Algorithms

Go to Problems

Graph Traversals ( DFS and BFS )

Now that we have looked at graph and some of its properties, we will try to explore how to traverse the graph and search for a particular node.
There are 2 popular approaches of doing graph traversals :
* Depth first search ( DFS )
* Breadth first search ( BFS )
We will take a look at them in this video :

Serious about Learning Programming ?

Learn this and a lot more with Scaler Academy's industry vetted curriculum which covers Data Structures & Algorithms in depth.

Graph Data Structure & Algorithms Problems

Graph adhoc
Problem Score Companies Time Status
Convert Sorted List to Binary Search Tree 300
44:59
Graph hashing
Problem Score Companies Time Status
Clone Graph 500 57:22
lock
Topic Bonus
Bonus will be unlocked after solving min. 1 problem from each bucket