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>
|
||||||
|  |  |
|
<td></td>
|
||||||
| <th>**Dijkstra**</th> <th>**A\***</th> |
|
<td></td>
|
||||||
|  |  |
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>BFS</th>
|
||||||
|
<th>DFS</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Dijkstra</th>
|
||||||
|
<th>A\*th></th>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user