Skip to content

YouZhiZheng/AStar

Repository files navigation

AStar

该项目使用C++工程模板来完成。

使用步骤

  1. 执行以下命令,克隆本项目到本地:
    git clone [email protected]:YouZhiZheng/AStar.git
  2. Astar/ 下依次执行下面的命令:
     mkdir build/ && cd build/
     cmake ..
     cmake --build .
  3. 执行以下命令,运行程序:
    ./bin/Debug/Astar

效果

效果

About

A-star algorithm implemented in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published