package
0.0.0-20220720150152-e90a610b5d70
Repository: https://github.com/kevisong/go.git
Documentation: pkg.go.dev

# Functions

This example creates a PriorityQueue with some items, adds and manipulates an item, and then removes the items in priority order.

# Structs

An Item is something we manage in a priority queue.

# Type aliases

A PriorityQueue implements heap.Interface and holds Items.