updated readme

This commit is contained in:
Karma Riuk 2023-08-27 18:55:24 +02:00
parent 2b74c459f4
commit 81d682cbed

View File

@ -82,21 +82,9 @@ it with the following arguments
## Examples
<table>
<tr>
<td>![bfs](./assets/videos/bfs.gif)</td>
<td>![dfs](./assets/videos/dfs.gif)</td>
</tr>
<tr>
<th>BFS</th>
<th>DFS</th>
</tr>
<tr>
<td>![disjkstra](./assets/videos/dijkstra.gif)</td>
<td>![a-star](./assets/videos/a-star.gif)</td>
</tr>
<tr>
<th>Dijkstra</th>
<th>A\*th></th>
</tr>
</table>
| BFS | DFS |
| ------------------------------------------ | ------------------------------------- |
| ![bfs](./assets/videos/bfs.gif) | ![dfs](./assets/videos/dfs.gif) |
| ![disjkstra](./assets/videos/dijkstra.gif) | ![a-star](./assets/videos/a-star.gif) |
<th>**Dijkstra**</th> <th>**A\***</th>