Skip to content

Commit

Permalink
Fixed formatting of showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
A3Digital authored Jan 5, 2020
1 parent 763d2e3 commit 4099da7
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 @@ -12,10 +12,10 @@ The point of this project was familiarize myself with graphs (networks of nodes)

The following is the same maze solved with two different solving algorithms

Dijkstra's:
Dijkstra's: <br>
<img src="Maze Gifs/Generated 101x101 Maze - Dijkstra.gif" alt="Generated 101x101 Maze - Dijkstra" width=250/>

A*:
A*: <br>
<img src="Maze Gifs/Generated 101x101 Maze - A Star.gif" alt="Generated 101x101 Maze - A Star" width=250/>

It should be noted that due to the fact that mazes usually only have one solution that is very intricate and does not always head directly towards the end goal, the advantage of A*'s direction heuristic tends to be marginalized. However, the advantage becomes more apparent in mazes made with various turns and solutions such as the following.
Expand Down

0 comments on commit 4099da7

Please sign in to comment.