Skip to content

WilsonLiu15/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

This is my take on the famous sorting visualizer with the help of React. It allows you to see how an algorithm is sorted while being able to compare it to its steps to get a more intuative understanding, without using a second tab.

Algorithms

  • Bubble Sort
  • Heap Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Selection Sort

Sneak Peek

To see it in action you can visit my website, or click on the link posted! sortingVisualizer

Downloading and Setup

If you'd like to download this file you can easily do it by doing the following:

  $ git clone https://github.com/WilsonLiu15/Sorting-Visualizer.git
  $ cd sorting-visualizer
  $ npm install
  $ npm start

Feedback and Questions

  • If there are any bugs or issues please let me know
  • If there are any question about the project or the concepts i'm more than happy to discuss

Areas of Improvement

  • Add other algorithms
  • Make more responsive

About

This program is meant to explain and simulate how classic CS sorting algorithms work. This is built using the React framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published