updated readme
This commit is contained in:
parent
e757402406
commit
2b74c459f4
23
README.md
23
README.md
@ -82,8 +82,21 @@ it with the following arguments
|
|||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
| BFS | DFS |
|
<table>
|
||||||
| ------------------------------------------ | ------------------------------------- |
|
<tr>
|
||||||
| ![bfs](./assets/videos/bfs.gif) | ![dfs](./assets/videos/dfs.gif) |
|
<td>![bfs](./assets/videos/bfs.gif)</td>
|
||||||
| <th>**Dijkstra**</th> <th>**A\***</th> |
|
<td>![dfs](./assets/videos/dfs.gif)</td>
|
||||||
| ![disjkstra](./assets/videos/dijkstra.gif) | ![a-star](./assets/videos/a-star.gif) |
|
</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user