1.0.1 • Published 1 year ago

loalgo v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Algorithms

A npm package that makes algorithm concise. Homage to lodash, which makes methods concise.

Search Algorithms Index Table

SearchFunction Name
Linearlinear(int[] arr, int target)
Binarybinary(int[] arr, int target, bool unordered)

Sorting Algorithms Index Table

SortFunction Name
Bubblebubble()

Search Algorithms

There are three types of search algorithms. Linear, binary and hashing.

Linear or Sequential Search

function linear() {...}

Binary Search

function binary() {...}
1.0.1

1 year ago

1.0.0

1 year ago