Propose a code (function) that runs through this graph by the algorithm of Breadth-first – BFS (alphabetical order) the code written by python.graphe where we do our algorithm on
and add another code (function) that runs through this graphe by the algorithm of Depth-first – DFS.
I want help to solve my problem.