MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / GetItemRightChild

Method GetItemRightChild

data_structures/tree_234.cpp:291–297  ·  view source on GitHub ↗

* @brief Get right child of item at item_index * @param item_index index of the item whose right child to be get * @return right child of items[index]'s */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

RightRotateMethod · 0.80
LeftRotateMethod · 0.80
MergeMethod · 0.80
RemovePreMergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected