15.0.3 • Published 4 years ago

@aureooms/js-heap-spec v15.0.3

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
4 years ago

js-heap-spec

Heap specification library for JavaScript. Parent is aureooms/js-heap.

import ava from 'ava' ;
spec.test(
  ava ,
  [ [ "DummyHeap" , compare => new spec.DummyHeap(compare) ] ] ,
  {
    references : true ,
    length : true ,
  }
) ;

License NPM version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Documentation

Description

This package contains a specification test suite for heap implementations such as aureooms/js-d-ary-heap, aureooms/js-pairing-heap, and aureooms/js-binomial-heap.

Binary and binomial heap reference