This package has been deprecated

Author message:

WARNING: This project has been renamed to @aureooms/js-d-ary-heap.

aureooms-js-d-ary-heap

12.0.0 • Public • Published

js-d-ary-heap

d-ary heap code bricks in JavaScript. Parent is aureooms/js-heap.

makeheap( 2 , increasing , swap , array , 0 , array.length ) ;
//        ^       ^         ^       ^     ^        ^
//      arity  ordering    swap   input [left  , right[
//                        method

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 d-ary heap implementation that can be parametrized with any d > 0.

Reference

Package Sidebar

Install

npm i aureooms-js-d-ary-heap

Weekly Downloads

2

Version

12.0.0

License

AGPL-3.0

Last publish

Collaborators

  • aureooms