Mercurial > public > algo-animator
diff README.md @ 38:8ed1256dd518
finish quick sort and add insertion sort
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Fri, 30 Jun 2023 19:25:38 +0100 |
parents | 0e2121235413 |
children | 50e6f49c32e8 |
line wrap: on
line diff
--- a/README.md Thu Jun 29 20:09:55 2023 +0100 +++ b/README.md Fri Jun 30 19:25:38 2023 +0100 @@ -73,3 +73,6 @@ Press `q` then press `ENTER` to visualize the algorithm step by step. [Video.webm](https://github.com/denniscmartin/algo-animator/assets/66180929/743c00d8-5236-437d-85ad-b139611175ef) +## Notes + +This project has not been designed to compare the speed of the algorithms side by side. The main objective is the visualization of the algorithms for educational purposes.