Table of Contents

Method Dequeue

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

Dequeue()

Removes and returns the minimum element from the priority queue.

public (int index, TElement value) Dequeue()

Returns

(int index, TElement value)

A tuple containing the index and value of the minimum element that was removed.