1.0.6 • Published 7 years ago

algos-ts v1.0.6

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

Algorithms

WIP

this is a work in progress. Stuff will change, but you can already use it and chat with me

Use

import the function you need and use it. that's it!

    import {bubbleSort, quickSort, insertionSort, mergeSort, binarySearch} from 'algos-ts';

    const mergeSorted = mergeSort([1,6,123,456,123,43]);

Made with :heart: in London

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago