0.0.5 • Published 2 years ago

algomart v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago