Skip to content

plipustel/ds-sorting-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ds-sorting-algorithm

This source code implements the basic sorting algorithms to understand the fundamental of data structure, how we can sort a list of data array in several ways.

  • Bubble Sort has complexity O(n^2)
  • Selection Sort
  • Insertion Sort
  • Quick Sort
  • Merge Sort

How To Setup

After the project is cloned on your local machine, navigate to the project and then run npm start, in case npm has an issue due to the version or react script, simply remove the node_modules and package-lock.json, finally run npm install, you should have a new fresh version of node modules. Run on your command prompt npm start again, and check on the browser with this address bar: 'localhost:3000'

About

Implemented by: Plipus Tel. Sorting Algorithm is an essential thing to understand one of the fundamental Data Structure by performing one of Array's operations, the very basic knowledge how we can manipulate the order of bunch of the data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors