Skip to content

Commit

Permalink
added the examples in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
srajan-kiyotaka committed Jun 27, 2024
1 parent d0ff519 commit 78ff673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ Each world type is equipped with specialized agents designed to interact within
| <center> <a href='tutorials/Graph World/dijkstra.py'>Dijkstra Algorithm</a> </center> | <center> <a href='tutorials/Tree World/level_order_traversal.py'> Level Order Traversal Algorithm </a> </center> |
|-|-|
| <img src='resources/dijkstra.gif' alt='Dijkstra Algorithm'> |<img src='resources/level_order.gif' alt='Level Order Traversal Algorithm'>|
| <center> <a href='tutorials/Grid World/number_of_islands.py'>A Star Algorithm</a> </center> | <center> <a href='tutorials/Grid World/unique_path.py'> Unique Path Traversal Algorithm </a> </center> |
| <center> <a href='tutorials/Grid World/a_star.py'>A Star Algorithm</a> </center> | <center> <a href='tutorials/Grid World/unique_path.py'> Unique Path Traversal Algorithm </a> </center> |
| <img src='resources/AStar.gif' alt='A Star Algorithm'> |<img src='resources/unique_paths.gif' alt='Unique Paths Algorithm'>|

Check out more in our [**Example**](https://harrionparrix.github.io/traversecraft/user-guide/examples/index.html) section!
Check out more in our [**Example**](https://harrionparrix.github.io/traversecraft/user-guide/examples/index.html) section on our [website](https://harrionparrix.github.io/traversecraft/index.html)!



Expand Down

0 comments on commit 78ff673

Please sign in to comment.