wiki-speedrun / src /graph /__init__.py
jwlutz's picture
Initial commit: Wikipedia Speedrun benchmark with Flask dashboard
0e61be5
Raw
History Blame Contribute Delete
164 Bytes
"""
Graph algorithms module.
Provides pathfinding algorithms on the Wikipedia link graph:
- BFS: True optimal shortest path
- A*: Heuristic-guided pathfinding
"""