Sorting algorithms visualized.
- Bubble sort
- Insertion sort
- Selection sort
- Merge sort
- Quicksort
- Make a visual representation of sorting algorithms.
- Make it controlable (GUI) with buttons (Start, Randomize, Stop, Speed slider etc.)
- See TODO for the algorithms needed to be implemented.
index.html
- The main file which displays the algorithms and the GUI.public/
- js, css, img and other folder's.public/js/index.js
- Contains the code for the algorithms and the GUI.
This project is open for any kind of contribution from anyone.
- Fork this repository
- Create a new branch (optional)
- Clone it
- Make your changes
- Upload them
- Make a pull request here
- Profit.
See the LICENSE file for details.