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

Method RemovePreMerge

data_structures/tree_234.cpp:937–1091  ·  view source on GitHub ↗

* @brief Main function implement the pre-merge remove operation * @param node the tree to remove item from * @param item item to remove * @return true if remove success, false otherwise */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 12

IsLeafMethod · 0.80
ContainsMethod · 0.80
Is2NodeMethod · 0.80
RemoveItemByIndexMethod · 0.80
GetItemIndexMethod · 0.80
GetItemLeftChildMethod · 0.80
GetItemRightChildMethod · 0.80
Is34NodeMethod · 0.80
GetCountMethod · 0.80
SetItemMethod · 0.80
GetNextPossibleChildMethod · 0.80
GetChildIndexMethod · 0.80

Tested by

no test coverage detected