Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 337 Bytes

File metadata and controls

16 lines (12 loc) · 337 Bytes

Keyed Binary Heap

A implementation of a binary heap with O(1) search & item updates

Installation

npm install --save @pshaw/[email protected]

or

yarn add @pshaw/[email protected]

This documentation was generated using writeme