From 76579f3d1a86bbf15ae89c449155ce37375e0329 Mon Sep 17 00:00:00 2001 From: Otanga-Otieno Date: Fri, 5 Aug 2022 16:22:45 +0300 Subject: [PATCH] Switch
 to 
--- README.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index aea0a35..30e7653 100644 --- a/README.md +++ b/README.md @@ -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") -
-
+


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


-
Bubble sort on completion: ![Alt text](https://otanga.co.ke/project-screenshots/algoviz/algovizss3.png "Bubble Sort Done") -
-
+


-
Heap sort in action: ![Alt text](https://otanga.co.ke/project-screenshots/algoviz/algovizss4.png "Heap Sort Running") -
-
+


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


-
Selection sort in action: ![Alt text](https://otanga.co.ke/project-screenshots/algoviz/algovizss6.png "Selection Sort Running") \ No newline at end of file