Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Sharma authored May 22, 2018
1 parent 21c1ae3 commit 3d2aa00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ The main aim of the project is implement an **optimal path finding** algorithm t

The results from my program have been visualised below for convenience:

<img src="readmeassets/rover-bachelor.png" height=400 />
<img src="./readmeAssets/rover-bachelor.png" height=400 />

```
Code execution time: 24.74 seconds
Nodes expanded: 1981274
Path traversal time: 2167.5 island seconds
```
<img src="readmeassets/bachelor-wedding.png" height=400 />
<img src="./readmeAssets/bachelor-wedding.png" height=400 />

```
Code execution time: 12 seconds
Expand Down

0 comments on commit 3d2aa00

Please sign in to comment.