functional-algos is a TypeScript library containing popular algorithm implementations.
Install functional-algos:
yarn add functional-algos # or whatever package manager you useLibrary functions exposed by functional-algos
- Sorting
- Searching
- Dynamic Programming
- Traversal
- Optimization
Examples of specific problems solved using functional-algos, but not exposed by the library
Contributions are welcomed! Please note the goal of the library is to expose working, complete, re-usable implementations.
MIT