Sorting Visualizer is a web app for visualizing a bunch of different sorting algorithms Like :
- Selection Sort.
- Bubble Sort.
- Insertion Sort.
- Merge Sort.
- Quick Sort.
- Heap Sort.
With the functionality of (Processing Speed Control) and (Array Size Control)
Here is a JavaScript application for visualizing Bubble sort.
Contributions are always welcome! here
- Fork this repository
- Clone the forked repository
- Add your contributions (code or documentation)
- Commit and push
- Wait for pull request to be merged