Table of Contents

Interface IPriorityQueue<T>

Namespace
AlgorithmsSW.PriorityQueue
Assembly
AlgorithmsSW.dll
[PageReference(309)]
public interface IPriorityQueue<T> : IEnumerable<T>, IEnumerable

Type Parameters

T
Inherited Members
Extension Methods

Properties

Count

int Count { get; }

Property Value

int

PeekMin

T PeekMin { get; }

Property Value

T

Methods

PopMin()

T PopMin()

Returns

T

Push(T)

void Push(T item)

Parameters

item T