Fastest cross-platform A* implementation?

后端 未结 5 1108
名媛妹妹
名媛妹妹 2021-01-31 11:36

With so many implementations available, what is the fastest executing (least CPU intensive, smallest binary), cross-platform (Linux, Mac, Windows, iPhone) A* implementation for

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 12:30

    There's a generic C++ A* implementation at http://www.ceng.metu.edu.tr/~cuneyt/codes.html. It looks like it's all cross-platform standard C++.

提交回复
热议问题