Topic: Graph Theory Problem / Level: beginner

Problem: Write a function to find all nodes reachable from a given node using BFS.

Run the code to see the output here...