KO
|
EN
gitlite — search
Search
#python
#claude-code
#mcp
#cli
#mcp-server
#javascript
#automation
#ai
#llm
#agents
#claude
#rust
AStar
★ 67
Open GitHub ↗
一套用了很久的寻路虽原创却无比接近AStar的寻路
Download README (.md)
Explore Similar Repositories
astar-apps
:
The official Astar Network portal for accessing your tokens and other native features!
node-astar
:
Generic A* algorithm for node.js
Astar
:
机器人路径规划A*算法
astar
:
A*算法Demo
A-hybrid-path-planning-algorithm-based-on-APF-and-Astar
:
An improved hybrid approach based on A* and artificial potential field Algorithms for path planning of autonomous vehicles in complex environments
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AStar
?
Download (.md)
# AStar 一套用了很久的 虽原创却无比接近AStar的寻路<br> 这种很常见是功能还传上来是因为这算法太有感情用了10多年 多种语言的n个项目<br> 这是2002年 刚学编程没多久的时候 自己想破脑袋想出来的 ,灵感来自连连看小游戏的路线可能性分析。写完后直到10年进入巨人才有同事告诉我很接近AStar,但性能比AStar高了30%左右.<br> c#版可测试 java c++版 直接拷贝过来 没进行独立测试可能会缺依赖