InterviewBit Solutions: Graph

A collection of all the solutions for the graph related problems from InterviewBit.

I will keep on updating this page as I solve more and more questions.

The harder problems will also have video solutions to help explain things better.

Graph traversal

Path in Directed Graph | InterviewBit | Solution Explained

Water Flow | InterviewBit | Solution Explained

Capture Regions on Board | InterviewBit | Solution Explained

Word Search | InterviewBit | LeetCode | Solution Explained

more to be added soon!

Depth first search

to be added

Breadth first search

to be added

Graph connectivity

to be added

Graph adhoc

to be added

Shortest path

to be added

Graph hashing

to be added