Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amilajack/js-algorithms
A collection of algorithms written in javascript
https://github.com/amilajack/js-algorithms
algorithm javascript leetcode leetcode-solutions
Last synced: 3 days ago
JSON representation
A collection of algorithms written in javascript
- Host: GitHub
- URL: https://github.com/amilajack/js-algorithms
- Owner: amilajack
- Created: 2016-03-21T17:43:36.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T00:24:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T00:05:44.915Z (12 days ago)
- Topics: algorithm, javascript, leetcode, leetcode-solutions
- Language: JavaScript
- Size: 4.8 MB
- Stars: 227
- Watchers: 8
- Forks: 76
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Algos
A list of Computer Science concepts **solved** and **explained** in JavaScript (ES6)
[![test](https://github.com/amilajack/js-algorithms/actions/workflows/test.yml/badge.svg)](https://github.com/amilajack/js-algorithms/actions/workflows/test.yml)
# Getting Started
```bash
# Setup
git clone https://github.com/amilajack/js-algorithms.git
cd js-algorithms
npm install# Test
npm test# Running individual files
npm 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!