Click or drag to resize

HeapBaseTElementInsert Method

Inserts the specified element into the heap at the right spot

Namespace:  SD.Tools.Algorithmia.Heaps
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
public abstract void Insert(
	TElement element
)

Parameters

element
Type: TElement
The element to insert.
See Also