Skip to content

mmcknett/heaps-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published