Skip to content

thanir03/sorting-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sorting-algorithm-visualizer

Web app that showcases the important sorting algorithm that we all learn in Computer Science.

Consist Of :

Bubble Sort O(n^2)

Insertion Sort O(n^2)

Selection Sort O(n^2)

Quick Sort O(n log n)

Merge Sort O(n log n)

Things left to do :

  1. Refactor code into modern vanilla JS
  2. Bundle the files with webpack or parcel
  3. Make the website responsive for all type of devices

Inspired by : Clement

About

Web App to visualize sorting algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published