1.0.1 • Published 5 years ago

best-sort v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

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