This package has been deprecated

Author message:

This package has moved to @heap-data-structure/specification.

@aureooms/js-heap-spec

15.0.3 • Public • Published

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

Dependencies (4)

Dev Dependencies (14)

Package Sidebar

Install

npm i @aureooms/js-heap-spec

Weekly Downloads

11

Version

15.0.3

License

AGPL-3.0

Unpacked Size

385 kB

Total Files

25

Last publish

Collaborators

  • aureooms