Skip to content

JCPedroza/algorithms-and-data-structures-js

Repository files navigation

JavaScript Algorithms & Data Structures

license MIT code stile: standard build status codacy code quality codefactor code quality

Implement, test, and profile algorithms and data structures using JavaScript.

Installation

First use https://nodejs.org/en/download or https://github.com/nvm-sh/nvm to install node and npm. Then:

git clone https://github.com/JCPedroza/algorithms-and-data-structures-js.git
cd algorithms-and-data-structures-js
npm install

Usage

Run Unit Tests

node --test # Verbose, human readable
node --test --test-reporter dot # Minimal verbosity

Run Linter

npx standard .

See Available npm run Scripts

npm run

Contributing

contributors commit activity issues issues closed issues pr issues pr closed