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

Method MergeNodeNotFull

data_structures/tree_234.cpp:730–737  ·  view source on GitHub ↗

* @brief Merge node to a not-full target node * * Since the target node is not-full, no overflow will happen. So we have * nothing to return. * * @param dst_node the target not-full node, that is the type is either * 2-node or 3-node, but not 4-node * @param node the source node we will merge from, type must be 2-node */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

IsFullMethod · 0.80
Is2NodeMethod · 0.80
InsertItemMethod · 0.80
GetItemMethod · 0.80
SetChildMethod · 0.80
GetChildMethod · 0.80

Tested by

no test coverage detected