Algos Ts Save

Super fast algorithms for typescript

Project README

Algorithms

Install

npm install algos-ts

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

Open Source Agenda is not affiliated with "Algos Ts" Project. README Source: gp187/algos-ts
Stars
49
Open Issues
0
Last Commit
6 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating