Based on the Ruby version at Ada-C11/heaps. See also: AdaGold/heaps
To run this repo, clone and install it, then run tests. It has been tested with node 12.6.0
.
git clone [email protected]:mmcknett/heaps-js
cd heap-js
npm ci
npm t
Not also that Mocha has watch mode:
npm t -- --watch