Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

dForDeveloper/study-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

study sorting is a React app made to help users gain a better understanding of the bubble sort and insertion sort algorithms.

How to Use the App:

As a User:

  • Go to the website.
  • From there, start with bubble sort or click the arrow to check out insertion sort.
  • Click start to see the first step of an algorithm.
  • Click next to step through the animations and read the explanations of each step.
  • If you want to rewind a step, click back.
  • If you want to go back to the beginning of the algorithm, click restart.

As a Contributor:

  • Fork the repo
  • Open your terminal
  • cd to where you want the repo directory to be created
  • Clone your fork down to your machine either
    • with SSH: git clone git@github.com:yourusername/study-sorting.git
    • or with HTTPS: git clone https://github.com/yourusername/study-sorting.git
  • cd study-sorting
  • npm install
  • git push any changes up to your fork
  • Make pull requests from your fork to the original repo

Preview of the App

bubblesort insertionsort

Technologies Used:

  • React
  • Sass
  • Jest
  • Enzyme

Contributors:

About

An app for learning Bubble Sort and Insertion Sort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published