js-algorithms
js-algorithms copied to clipboard
A collection of algorithms written in javascript
JS Algos
A list of Computer Science concepts solved and explained in JavaScript (ES6)
Getting Started
# Setup
git clone https://github.com/amilajack/js-algorithms.git
cd js-algorithms
yarn
# Test
yarn test
# Running individual files
yarn global add @babel/cli
# Running/testing files
babel-node General/PrintKDistance.js
Support
If this project is saving you (or your team) time, please consider supporting it on Patreon 👍 thank you!
Contributing
- Requirements:
- Time-space complexities of each method (insert, delete, access, etc)
- Please feel free to contribute any design patterns, algorithms, or other kinds of code
- All contributions are welcome!