Skip to content

WanderingObserver/loalgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

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

Search Algorithms Index Table

Search Function Name
Linear linear(int[] arr, int target)
Binary binary(int[] arr, int target, bool unordered)

Sorting Algorithms Index Table

Sort Function Name
Bubble bubble()

Search Algorithms

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

Linear or Sequential Search

function linear() {...}

Binary Search

function binary() {...}

About

Algorithm classes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published