Skip to content

A single page React application that both visualizes and creates audio representations of several sorting algorithms.

Notifications You must be signed in to change notification settings

antidipyramid/musicalsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Musical Sort

A single page React application that both visualizes and creates audio representations of several sorting algorithms. Screenshot

Table of Contents

Motivation

There are a many great videos on YouTube that approximate what sorting algorithms would sound like. There is also a very comprehensive standalone desktop app that does the same. This webapp is an attempt to translate that to something that can be run in the browser.

Technologies

  • The entire front-end is written in React
  • The backend is in Node.js and Express
  • The sorting algorithms are in Typescript
  • The sound is generated using the Tone.js library

Installation

If you'd like to run this locally, feel free to clone the repo, run npm run build and then npm start.

About

A single page React application that both visualizes and creates audio representations of several sorting algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published