New Course
Concept
A* Search Algorithm
Summary
The A*
A* Search Algorithm
is a popular pathfinding and
graph traversal algorithm
that finds the
shortest path
from a
start node
to a
goal node
by using a heuristic to prioritize
exploration of nodes
that appear most promising. It combines the benefits of
Dijkstra's Algorithm
and
Greedy Best-First Search
, ensuring optimal and
complete solutions
when the heuristic is admissible and consistent.
Relevant Degrees
Artificial Intelligence Systems 67%
Operational Research 33%
Generate Assignment Link
Lessons
Concepts
Suggested Topics
Foundational Courses
Your Lessons
Your lessons will appear here when you're logged in.
Log In
Sign up
3