Finding shortest path and distance between source and all nodes w/ BFS

Hello Everyone.

I made one video tutorial (mostly for beginners) about how to use BFS to find the shortest distance and path between source and all nodes in C++.

Link: Here

Check it out and let me know how it is!

Thank You!

1 Like

Nicely explained!