Skip to content

Sorting Visualizer made using React with hooks Styled components + React material (css and component libraries)

Notifications You must be signed in to change notification settings

thegr8binil/Sorting-Visualizer-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Visualizer-V2

This repo is an attempt to help in learning popular sorting algorithms by visualization, Helps to:understand the working of sorting algorithm, check total swaps required, check total comparisions, compare algorithms side by side, know the time taken (time is just an approximate unit for comparision) Features: *Sort any given array of 3 digits positive integers *Alter the speed of execution *Start, pause and reset the execution *Generate random array of numbers of sorting Technologies: #React with hooks #Styled components + React material (css and component libraries) #Zustand (hooks based state management library) #Vite (Bundler) #Features built using #Animations are done using pure CSS and uses FLIP principle #Flex is used for array display and manipulation of positions (flex order property) #JavaScript async generators are used heavily for the controlled execution of algorithms

About

Sorting Visualizer made using React with hooks Styled components + React material (css and component libraries)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published