Hi. I wanted to try TypeScript for the first time. I built this app and at the end I thought that it looks pretty decent so I decided to share it 
It’s written in SASS, Typescript, everything is bundled using webpack.
There’s a link to the project repo: GitHub - KopfSzmercen/Sorting-Visualization
And there to the app demo: Document
You can play around with different numbers and functions.
Cheers!
Hi @KopfSzmercen !
I think your project looks good.
Two things I noticed.
The first is that the word algorithms is misspelled.
You wrote algorythms
Secondly, I think this would be a better educational tool if you showed the best case and worst case time complexities for each sorting algorithm.
Keep up the good work!
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.