Categorygithub.com/jupp0r/go-priority-queue
modulepackage
0.0.0-20160601094913-ab1073853bde
Repository: https://github.com/jupp0r/go-priority-queue.git
Documentation: pkg.go.dev

# README

go-priority-queue Build Status Coverage Status Go Report Card GoDoc

A priority queue implementation on top of container/heap

# Functions

New initializes an empty priority queue.

# Structs

PriorityQueue represents the queue.