queue

package
v0.0.0-...-08132e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPriorityQueue

func NewPriorityQueue(capacity int, niceness func(Item) int) *priorityQueue

Types

type Interface

type Interface interface {
	Peek() Item
	Enqueue(Item)
	Dequeue() Item
	Len() int
}

type Item

type Item interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL