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

Method RemoveItemByIndex

data_structures/tree_234.cpp:217–230  ·  view source on GitHub ↗

* @brief Insert a value to the index position * @param index index of the item to remove * @param keep_left which child of the item to keep, true keep the left * child, false keep the right child * @return the removed child pointer */

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