UNPKG

@thi.ng/heaps

Version:

Various heap implementations for arbitrary values and with customizable ordering

6 lines (5 loc) 148 B
export * from "./api.js"; export * from "./heap.js"; export * from "./dheap.js"; export * from "./pairing.js"; export * from "./priority-queue.js";