An Implementation of A Star Search Algorithm for Grid Search

A Star Search Algorithm
3.2K Downloads
Updated 14 Nov 2013

View License

A Star search algorithm is used for finding optimized path from a start to goal state. Though there are some short comings, most of the search problems can be solved using this algorithm.

D, D star, AD star are some of the modified versions of this algorithm

Cite As

Michael Mathew (2024). An Implementation of A Star Search Algorithm for Grid Search (https://www.mathworks.com/matlabcentral/fileexchange/44215-an-implementation-of-a-star-search-algorithm-for-grid-search), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.5.0.0

Optimal Path derived from the search is displayed.

1.4.0.0

There was a small bug in the code, corrected and new code is been replaced.

1.0.0.0