1 Answer
+ 2
To my knowledge the breadth-firsy search is not part of a sololearn Python course.
Some resources found online:
https://www.geeksforgeeks.org/python-program-for-breadth-first-search-or-bfs-for-a-graph/
https://medium.com/geekculture/breadth-first-search-in-python-822fb97e0775
https://www.codespeedy.com/breadth-first-search-algorithm-in-python/