Skip to content

Ada-C12/heaps-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heaps Practice

Based on the Ruby version at Ada-C12/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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%