Click or drag to resize
RegularBinaryHeapValueinsert Method
Vlozi prvek v s hodnotou klice k do haldy.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void insert(
	int k,
	Value v
)

Parameters

k
Type: SystemInt32

[Missing <param name="k"/> documentation for "M:MAPFsimulator.RegularBinaryHeap`1.insert(System.Int32,`0)"]

v
Type: Value

[Missing <param name="v"/> documentation for "M:MAPFsimulator.RegularBinaryHeap`1.insert(System.Int32,`0)"]

Implements

IHeapKey, Valueinsert(Key, Value)
See Also