Skip to content

sgb-io/functional-algos

Repository files navigation

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