Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ astar.py
File
astar.py
machine_learning/astar.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
The A* algorithm combines features of uniform-cost search and pure heuristic search to
3
efficiently compute optimal solutions.
4
Callers
nothing calls this directly
Calls
3
Gridworld
Class · 0.85
Cell
Class · 0.85
astar
Function · 0.85
Tested by
no test coverage detected