updated readme

This commit is contained in:
Karma Riuk 2023-08-27 18:48:51 +02:00
parent 0181914013
commit c7dfaf1ca7

View File

@ -82,9 +82,8 @@ it with the following arguments
## Examples ## Examples
| BFS | DFS | | BFS | DFS |
| ------------------------------------------- | ------------------------------------- | | ---------------------------------------------- | ----------------------------------------- |
| ![bfs](./assets/videos/bfs.gif) | ![dfs](./assets/videos/dfs.gif) | | ![bfs](./assets/videos/bfs.gif) | ![dfs](./assets/videos/dfs.gif) |
| <center>**Dijkstra**</center> | <center>**A\***</center> | | <p style="text-align: center">**Dijkstra**</p> | <p style="text-align: center">**A\***</p> |
| ------------------------------------------- | ------------------------------------- | | ![disjkstra](./assets/videos/dijkstra.gif) | ![a-star](./assets/videos/a-star.gif) |
| ![disjkstra](./assets/videos/dijkstra.gif) | ![a-star](./assets/videos/a-star.gif) |