Parcourir la source

Update README.md

Huiming Zhou il y a 5 ans
Parent
commit
815ad78bb5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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