best-sort

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i best-sort

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

10.7 kB

Total Files

10

Last publish

Collaborators

  • tobey.undone