AllAlgorithms / cpp

Implementation of All ▲lgorithms in C++ Programming Language
https://github.com/AllAlgorithms/cpp
MIT License
687 stars 323 forks source link

added A-star Search code #359

Open FarhanAsfar opened 1 year ago

FarhanAsfar commented 1 year ago

Here I have added the code for 'A Star Search' in C++ language. I have compiled and run the code. There was no error. Sample input is also commented on in the code to check the output. This problem was solved during our academic course in AI.