Update README.md

This commit is contained in:
Huiming Zhou
2020-06-21 20:56:05 -07:00
committed by GitHub
parent 6ff5eae71b
commit e9a57e0b88
+1 -1
View File
@@ -4,7 +4,7 @@ Directory Structure
└── Search-based Planning
├── bfs.py # breadth-first
├── dfs.py # depth-first
├── dijkstra.py # dijkstra's
├── dijkstra.py # dijkstra
├── a_star.py # a*
├── queue.py # FIFO, FILO, Priority queues
├── env.py # environment: grid world, motions