0.0.5 • Published 3 years ago

algomart v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

AlgoMart

Collection of algorithms in javascript

Sorting Algorithm

  • Bubble Sort - bubbleSort
  • Insertion Sort - insertionSort
  • Selection Sort - selectionSort
  • Quick Sort - quickSort
  • Merge Sort - mergeSort
  • Heap Sort - heapSort

Sample Code

const algomart = require('algomart')

console.log(algomart.algorithm.sort.bubbleSort([3, 2, 1]))
0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago