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