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

Method GetItemLeftChild

data_structures/tree_234.cpp:278–284  ·  view source on GitHub ↗

* @brief Get left child of item at item_index * @param item_index index of the item whose left child to be get * @return left 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