Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 976 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 976 Bytes

Shuffle-and-Shorting-Visualizer

This project implements and vasualize shuffle and sorting algorithms. The process is being split into sequence first shuffle the array than sort the array finally check if the array is sorted. You can access through https://conradyen.github.io/Sorting-Shuffle-Visualizer/. Hope you enjoy play around with this project.

Sort algorithms

  • merge sort
  • quick sort
  • bubble sort
  • merge sort
  • insertion sort
  • selection sort and
  • heap sort.

Shuffle algorithms

  • Fisher yates shuffle
  • Sattolo shuffle
  • Naive shuffle.

Available Scripts

In the project directory, you can run:

npm install

Install all dependencies of this project.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Acknowledgement