Implement BFS or DFS graph traversal in algo-and-data-structures/graph-traversal.py. Include a sample graph and demonstrate traversal with print statements. Add a README explaining the algorithm and how to run the script.
Labels: algorithm, beginner, enhancement
Implement BFS or DFS graph traversal in algo-and-data-structures/graph-traversal.py. Include a sample graph and demonstrate traversal with print statements. Add a README explaining the algorithm and how to run the script.
Labels: algorithm, beginner, enhancement