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

Method Is34Node

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

@brief Check if node is a 3-node or 4-node, this is useful when we * delete item from 2-3-4 tree * @return true if node is 3-node or 4-node, false otherwise */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

RightRotateMethod · 0.80
LeftRotateMethod · 0.80
RemovePreMergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected