UNPKG

binomial-heap

Version:

No dependency binomial heap, compatible with typescript, can have custom compare function

5 lines (4 loc) 145 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var heap_1 = require("./heap/heap"); exports.default = heap_1.heap;