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
- Host: GitHub
- URL: https://github.com/marcdelalonde/array-equalizer
- Owner: marcdelalonde
- Created: 2018-04-17T13:44:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T14:01:17.000Z (over 7 years ago)
- Last Synced: 2025-07-29T17:33:19.382Z (4 months ago)
- Topics: algorithm, mocha, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```