gp187 / algos-ts

Super fast algorithms for typescript

Home Page:https://www.npmjs.com/package/algos-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ❤️ in London

About

Super fast algorithms for typescript

https://www.npmjs.com/package/algos-ts

License:MIT License


Languages

Language:TypeScript 50.3%Language:JavaScript 49.7%