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

https://github.com/marcdelalonde/array-equalizer

A simple array equalizer in NodeJS
https://github.com/marcdelalonde/array-equalizer

algorithm mocha nodejs

Last synced: about 2 months ago
JSON representation

A simple array equalizer in NodeJS

Awesome Lists containing this project

README

          

# Array Equalizer

This script is a simple array equalizer. From an integers array list, it computes a balanced array.

## Install dependencies

```
npm i
```

## How to use it

```
npm start
```

## Run test

```
npm test
```