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

Method SplitNode

data_structures/tree_234.cpp:745–761  ·  view source on GitHub ↗

* @brief Split a 4-node to 1 parent and 2 children, and return the parent * node * @param node the node to split, it must be a 4-node * @return split parent node */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

GetCountMethod · 0.80
GetItemMethod · 0.80
SetChildMethod · 0.80
GetChildMethod · 0.80
SetCountMethod · 0.80

Tested by

no test coverage detected