MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / bidirectional_search.py

File bidirectional_search.py

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

Source from the content-addressed store, hash-verified

1"""
2Bidirectional Search Algorithm.
3
4This algorithm searches from both the source and target nodes simultaneously,

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected