Graph Traversal
Traversing
Let's imagine you have a puzzle🧩 with many pieces having arrows➡ on them that show you, where you can go next. To solve the puzzle, you have to visit every piece keeping in mind not to visit anyone twice. That's what ''Traversing'' the pu...
teamoptimizers.hashnode.dev10 min read
Ashika Jain
Android || Kotlin || Open Source
Your blog post on graph traversal was well-written and easy to follow. The way you explained the BFS was amazing.