File size: 164 Bytes
0e61be5
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""
Graph algorithms module.

Provides pathfinding algorithms on the Wikipedia link graph:
- BFS: True optimal shortest path
- A*: Heuristic-guided pathfinding
"""