UNPKG
binaryheapx
Version:
latest (0.1.1)
0.1.1
0.1.0
JavaScript Implementation of the Binary Heap.
github.com/xudafeng/BinaryHeap
xudafeng/BinaryHeap
binaryheapx
/
index.js
4 lines
(2 loc)
•
61 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
module
.
exports
=
require
(
'./lib/BinaryHeap'
);