Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 907 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 907 Bytes

The Sound Of Sorting

As the title suggest, this application lets you hear the sound made my different algorithms during sorting. It also lets you see the sorting in action ( Its basically a sorting visualiser-audioliser ).

The sound produced has frequency based on the difference of the values of the elements that are being compared.

You can checkout the demo here.

This project was inspired by this video.

How to run it locally

  1. Clone this repo.
  2. Host the index.html file on a server.

Warnings

  1. AudioContext is not supported on Internet Explorer so ....
  2. Don't use large array size for Stooge Sort ( Complexity is around O(n2.7) ) , so you might hear a small stray audio is the begining.