A Typescript sorting algorithm visualization tool made with create-react-app.
Inspired by Clément Mihailescu's own visualizer
Add input to determine randomized data set size✅Visualize the data set (numbers for now)✅Add selection and insertion sort algorithm✅Display sorting as it happens to the displayed data set✅Layout and aethethic overhaul✅- Implement other sorting algorithms:
Merge Sort✅Bubble Sort✅Quick Sort✅Heap Sort✅
Currently, I feel that this project is complete. Of course, I could always add more algorithms, but I'll leave that for some other time :)
- NodeJS
- Yarn (though you can still use npm)
IMPORTANT: Installs all the necessary dependancies for the project to run.
Starts the project in dev mode.
Open http://localhost:3000 in browser to view.
It will also live update and spit out linting errors when you save edits.
Builds app for production in the build folder.
Deploys the production build into the public GitHub pages site for all to see!
NOTES:
- Make sure you change
"hostname"inpackage.jsonto fit the url of your own GitHub page. - The production build will be pushed to the
gh-pagesbranch.- The
masterbranch might not be updated so make sure to push any commits onto that also.
- The