RegularBinaryHeapValueinsert Method |
Vlozi prvek v s hodnotou klice k do haldy.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void insert(
int k,
Value v
)
Public Sub insert (
k As Integer,
v As Value
)
public:
virtual void insert(
int k,
Value v
) sealed
abstract insert :
k : int *
v : 'Value -> unit
override insert :
k : int *
v : 'Value -> unit
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