Skip to content

Visualization of Bubble sort, Merge sort, Counting sort, Heap sort

Notifications You must be signed in to change notification settings

SeJunB/Sorting-Algorithm-Visualizer

Repository files navigation

SortingAlgoVisualizer

This is a web applications built with d3.js and Angular that visualizes bubble sort, merge sort, counting sort, and quick sort on a random array with integers in the interval [1, 300]. The user is able to generate a random array by clicking the generate array button. He or she is also able to adjust the size of the array using a slider. Of note, d3.js was used as a utility tool, specifically the d3.scale and d3.scale-chromatic modules, and did not directly modify the DOM as this would interfere with Angular's optimization.
Website live at: https://sortingalgorithm.netlify.app/
Start Date: 04/21/2020
Completed: 05/21/2020

About

Visualization of Bubble sort, Merge sort, Counting sort, Heap sort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published