Skip to content

agniswarm/best-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Best Sort

To install use :

npm install best-sort --save

Usage

import Sort from 'best-sort'

Sort.bubbleSort([5, 8, 9, 7, 5, 4, 8])
All select the sort algorithms are of the type Sort([Pass Array])

Sort Functionality available till this release

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Quick Sort

Upcoming Functionality

  1. Adding more sort algorithm
  2. Implementing a way to automatically choose the best possible sort algorithm to give quick result.

Follow me on github for my upcoming projects!! Github

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published