Ada-C15 / heaps-js

JS version of Heaps Practice, based on https://github.com/Ada-C11/heaps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heaps Practice

Based on the Ruby version at Ada-C11/heaps. See also: AdaGold/heaps

Running

To run this repo, clone and install it, then run tests. It has been tested with node 12.6.0.

git clone git@github.com:mmcknett/heaps-js
cd heap-js
npm ci
npm t

Not also that Mocha has watch mode:

npm t -- --watch

About

JS version of Heaps Practice, based on https://github.com/Ada-C11/heaps


Languages

Language:JavaScript 88.1%Language:Dockerfile 11.5%Language:Shell 0.4%