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.
- Clone this repo.
- Host the index.html file on a server.
- AudioContext is not supported on Internet Explorer so ....
- 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.