Click or drag to resize

SortedPriorityQueueTElementAdd Method

Adds the specified element to the queue

Namespace:  SD.Tools.Algorithmia.PriorityQueues
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public override void Add(
	TElement element
)

Parameters

element
Type: TElement
The element to add.
See Also