0.1.3 • Published 6 years ago

cdata v0.1.3

Weekly downloads
20,349
License
MIT
Repository
github
Last release
6 years ago

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