Skip to content

kumaraditya1999/The-Sound-Of-Sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.