UNPKG

pq-heaps-ts

Version:

implementation of priority queues using heaps

3 lines (2 loc) 56 B
export * from "./min-heap"; export * from "./max-heap";