GitXplorerGitXplorer
a

js-algorithms

public
227 stars
76 forks
13 issues

Commits

List of commits on branch main.
Verified
eac8ad1655a0dbea624ec6e28dbd74ac16aab820

added two javascript algorithms (after syncing with main branch) (#215)

tthesmallplanet committed 2 years ago
Verified
02d4a4260078176c4ee1f1453ccd843abfb723b4

test on pr

aamilajack committed 2 years ago
Verified
90a3dcc35589dc3754c8ce1c164358037de0b1d6

update repo badge

aamilajack committed 2 years ago
Unverified
6d4d986285fdfa6efdcc6c29c2113a82587aaf75

fix linter errors

aamilajack committed 2 years ago
Unverified
7b767ff3f53f90364bfd795fb30635028ba78d3e

ci: gh actions

aamilajack committed 2 years ago
Unverified
69a9d8fb1902e18be81820f930e2d9495bfc1958

ref: modernize

aamilajack committed 2 years ago

README

The README file for this repository.

JS Algos

A list of Computer Science concepts solved and explained in JavaScript (ES6)

test

Getting Started

# 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!