This solution shows how basic sorting algorithms read and sort data:

  1. Merge Sort
  2. Bubble Sort
  3. Insertion Sort
  4. Selection Sort
  5. Quick Sort
  6. Heap Sort

Steps to Execute:

  1. Go to https://www.ahoyhacks.co.in/
  2. Create a random array
  3. Adjust the size of the array and the speed of visualization
  4. Choose the Sorting algorithm that you want to visualize

How we implemented

  1. 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.
  2. This solution is hosted on netlify, where the domain is registered with GoDaddy.

Built With

Share this project:

Updates