functional-algos
v0.2.1
Published
`functional-algos` is a TypeScript library containing popular algorithm implementations.
Readme
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 useAlgorithms
Library functions exposed by functional-algos
- Sorting
- Searching
- Dynamic Programming
- Traversal
- Optimization
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
