Skip to content

react web app implementing and visualizing four sorting algorithms (selection sort, bubble sort, insertion sort and merge sort) - this app was built using HTML, CSS, JavaScript and Bootstrap5

Notifications You must be signed in to change notification settings

kiwidreamz/sorting-algorithms-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Visualizer

This is a web app built on the React framework using HTML, CSS, Javascript and Bootstrap. It visualizes four different sorting algorithms: Selection Sort, Bubble Sort, Insertion Sort and Merge Sort.

The user is greeted with an array of values each represented as a bar-like div whose height is the array's value in pixels. You can re-generate a new array as many times as you'd like. A stop button refreshes the page and restarts the app.

Live Website Demo:

You can go check out this app here.


About

react web app implementing and visualizing four sorting algorithms (selection sort, bubble sort, insertion sort and merge sort) - this app was built using HTML, CSS, JavaScript and Bootstrap5

Topics

Resources

Stars

Watchers

Forks