瀏覽代碼

Update README.md

Huiming Zhou 5 年之前
父節點
當前提交
e9a57e0b88
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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