UNPKG

max-priority-queue-typed

Version:

Max Priority Queue. Javascript & Typescript Data Structure.

4 lines (3 loc) 80 B
export * from './max-heap'; export * from './min-heap'; export * from './heap';