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