Table of Contents

Method Peek

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

Peek()

Returns the minimum element of the priority queue without removing it.

public (int index, TElement value) Peek()

Returns

(int index, TElement value)

A tuple containing the index and value of the minimum element.