deheap

Doubly-ended heap (min-max heap) with O(log n) access to both minimum and maximum elements.

data-structuredequedouble-ended-queuegenericsgogolangheapheapsmin-max-heappriority-queue
15
Stars
2
Forks
0
Issues
15
Watchers

Similar Packages

hatchet

Distributed, Fault-tolerant task queue.

6,718

deque

Fast ring-buffer deque (double-ended queue).

766

queue

Multiple thread-safe, generic queue implementations for Go.

331

deque

A highly optimized double-ended queue.

204