Skip to content

Commit

Permalink
Switch <pre> to <br>
Browse files Browse the repository at this point in the history
  • Loading branch information
Otanga-Otieno committed Aug 5, 2022
1 parent e6fcbaa commit 76579f3
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,28 @@ The functions to visualize the algorithms are contained in index/src/pages/main.
An overview of the landing page:

![Alt text](https://otanga.co.ke/project-screenshots/algoviz/algovizss1.png "Landing Page")
<pre>

<br/><br/><br/>

</pre>
Bubble sort running:

![Alt text](https://otanga.co.ke/project-screenshots/algoviz/algovizss2.png "Bubble Sort Running")
<pre>

<br/><br/><br/>

</pre>
Bubble sort on completion:

![Alt text](https://otanga.co.ke/project-screenshots/algoviz/algovizss3.png "Bubble Sort Done")
<pre>

<br/><br/><br/>

</pre>
Heap sort in action:

![Alt text](https://otanga.co.ke/project-screenshots/algoviz/algovizss4.png "Heap Sort Running")
<pre>

<br/><br/><br/>

</pre>
Quick Sort in action:

![Alt text](https://otanga.co.ke/project-screenshots/algoviz/algovizss5.png "Quick Sort Running")
<pre>

<br/><br/><br/>

</pre>
Selection sort in action:

![Alt text](https://otanga.co.ke/project-screenshots/algoviz/algovizss6.png "Selection Sort Running")

0 comments on commit 76579f3

Please sign in to comment.