cdata
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

cdata

build status npm version

This is a library of generic and efficient data structures written in TypeScript. Currently only one is provided.

BinaryHeap

This is a classic binary heap with O(lon(n)) insert, delete-min and decrease-key (assuming a min-heap). The comparison function is user-provided to support a min-heap or max-heap of arbitrary items.

License

The MIT License

Copyright (c) 2017- BusFaster Ltd

Readme

Keywords

none

Package Sidebar

Install

npm i cdata

Weekly Downloads

7,850

Version

0.1.3

License

MIT

Unpacked Size

17.7 kB

Total Files

10

Last publish

Collaborators

  • jjrv