Skip to content

Conradyen/Sorting-Shuffle-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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