subset-heap-vector-missing-vector-method: Insert parts to an object

Description Usage Arguments

Description

Inserts <key, value> pairs to a heap. The keys are determine the ordering of the heap, while the value is the actual value to store.

Usage

1
2
## S4 replacement method for signature 'heap,vector,missing,vector'
x[i] <- value

Arguments

x

a heap object, such as a fibonacci_heap or a binomial_heap

i

a vector of keys

value

a vector of values for the keys


dirmeier/datastructures documentation built on Aug. 9, 2020, 2:55 a.m.