MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / breadth_first_search_2.py

File breadth_first_search_2.py

graphs/breadth_first_search_2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2https://en.wikipedia.org/wiki/Breadth-first_search
3pseudo-code:
4breadth_first_search(graph G, start vertex s):

Callers

nothing calls this directly

Calls 1

benchmark_functionFunction · 0.70

Tested by

no test coverage detected