Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2
graph = {
3
'A'
: [
'B'
,
'C'
],
4
'B'
: [
'D'
,
'E'
],
Callers
nothing calls this directly
Calls
1
bfs
Function · 0.85
Tested by
no test coverage detected