2. CS102: Data Structures and Algorithms / Tree traversal / breadth-first-search-python

https://www.codecademy.com/paths/computer-science/tracks/cspath-cs-102/modules/tree-traversal-breadth-first-search-and-depth-first-search/lessons/breadth-first-search-with-python/exercises/bfs-py-dont-forget-the-children

6/7 : solution popup is asking me to replace “A” with “F”, the hint is calling for goal_path = bfs(sample_root_node, "F") and the file I’m looking for is Fluffy.jpg.

Under ‘get solution code’ there was no difference highlighted between what I had and what the solution was, though replacing my code ‘solved’ it, allowing me to continue.