1.0.0 • Published 5 years ago

@osfreak/algorithms v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

JS algorithms

Common useful algorithms written in modern, pretty and easy-to-understand Javascript along with real-world usage examples. Implementations are in standard ES6 Javascript with the addition of Typescript type annotations for better clarity.

All the algorithms are also tested using Jest with the help of custom beautiful snapshots.

Usage

You can play around with the code cloning the repo and running the following commands:

yarn install
yarn test

Play around with the source code, the tests and learn algorithms! You can also run the following command to put tests in watch mode and auto-run with changes. Jest CLI output is awesome!

yarn test -- --watch