This solution shows how basic sorting algorithms read and sort data:
- Merge Sort
- Bubble Sort
- Insertion Sort
- Selection Sort
- Quick Sort
- Heap Sort
Steps to Execute:
- Go to https://www.ahoyhacks.co.in/
- Create a random array
- Adjust the size of the array and the speed of visualization
- Choose the Sorting algorithm that you want to visualize
How we implemented
- We used Javascript to dynamically create the visualizations of the sorting algorithm execution. The code to this is available on our public GitHub repo : https://github.com/bhavanat12/AhoyHacks-SortingAnalyzer.
- This solution is hosted on netlify, where the domain is registered with GoDaddy.
Built With
- javascript
- netlify
Log in or sign up for Devpost to join the conversation.