10.0.1 • Published 7 years ago

aureooms-js-heap-spec v10.0.1

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

js-heap-spec

Heap specification library in JavaScript. Parent is aureooms/js-data-structures.

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

NPM 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