priorityq/go.mod
Sam Fredrickson ab364c31bb Implement a true priority queue.
* Add a binary max-heap implementation, `binheap`.
* Rename `precise` package to `mq`.
2023-03-01 19:29:15 -08:00

6 lines
113 B
Modula-2

module gogs.humancabbage.net/sam/priorityq
go 1.20
require golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2