kdtree
- https://blog.csdn.net/richard9006/article/details/90058465
- https://blog.csdn.net/u012423865/article/details/77488920
Bresenham's line algorithm
Particle Filters
dijkstra
Greedy Best-First-Search
- Greedy Best-First-Search is “greedy” and tries to move towards the goal even if it’s not the right path. Since it only considers the cost to get to the goal and ignores the cost of the path so far, it keeps going even if the path it’s on has become really long.
astar