瀏覽代碼

Update README.md

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

+ 1 - 0
README.md

@@ -6,6 +6,7 @@ Directory Structure
         ├── dfs.py                                  # depth-first
         ├── dijkstra.py                             # dijkstra
         ├── a_star.py                               # a*
+        ├── ara_star.py                             # ara*
         ├── queue.py                                # FIFO, FILO, Priority queues
         ├── env.py                                  # environment: grid world, motions
         └── plotting.py                             # animation