Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!