MCPcopy Index your code
hub / github.com/BeeBombshell/Python-DSA / bfs.py

File bfs.py

Tree Data Structure/bfs.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Breadth First Search
2graph = {
3 'A' : ['B','C'],
4 'B' : ['D', 'E'],

Callers

nothing calls this directly

Calls 1

bfsFunction · 0.85

Tested by

no test coverage detected