Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 407 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 407 Bytes

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