WilsonLiu15 / Sorting-Visualizer

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

Home Page:https://wilsonliu15.github.io/Sorting-Visualizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://wilsonliu15.github.io/Sorting-Visualizer/


Languages

Language:JavaScript 77.9%Language:SCSS 19.0%Language:HTML 2.7%Language:CSS 0.4%