Path Planning - A* (A-Star) Algorithm Implementation in C++
Offered By: javidx9 via YouTube
Course Description
Overview
Explore the A* (A-Star) path finding algorithm through a comprehensive C++ tutorial implementation running at the command prompt. Learn about checking neighbors, nodes, drawing and connecting nodes, starting and end nodes, sorting lists, and solving A* problems. Gain practical insights into this tricky but powerful algorithm, complete with a worked example and demonstration. Access the source code on GitHub and visit the blog for additional resources.
Syllabus
Introduction
Worked Example
Checking Neighbors
Nodes
Demonstration
Drawing Nodes
Connecting Nodes
Starting End Nodes
Sorting the List
Solve a Star
Taught by
javidx9
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera