Description Usage Arguments Value Examples
Returns a list of handles and values for node elements that have
a specific key. That means for a given key, the reference to the node
(the handle) as well as the value of the node are returned. If one key fits
fits multiple nodes, all of the values and handles are returned. This is
needed in order to uniquely identify a node if, for example,
decrease_key
on a specific node is going to be called.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
obj |
a heap object |
key |
a key in the heap |
value |
a value in the heap |
returns extracted handles and values from obj
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.