Binary heap priority queues in Go
Go to file
re 0ab6e29c41 Delete 'LICENSE' 2022-12-12 15:25:53 +03:00
README.md first commit 2017-05-01 12:53:51 -07:00
go.mod Update 'go.mod' 2022-12-12 15:22:58 +03:00
tinyqueue.go len function 2017-05-01 13:16:32 -07:00
tinyqueue_test.go Remove testify 2021-01-25 14:51:33 -07:00

README.md

tinyqueue

GoDoc

tinyqueue is a Go package for binary heap priority queues. Ported from the tinyqueue Javascript library.