Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.32 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.32 KB

Functional Algos

functional-algos is a TypeScript library containing popular algorithm implementations.

Installation

Install functional-algos:

yarn add functional-algos # or whatever package manager you use

Algorithms

Library functions exposed by functional-algos

Problems

Examples of specific problems solved using functional-algos, but not exposed by the library

Contributing

Contributions are welcomed! Please note the goal of the library is to expose working, complete, re-usable implementations.

License

MIT