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

Method SetCount

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

* @brief Set the item count of the node * * This is only used when we spliting and merging node where we need to do * some raw operation manually. In common inserting and removing operation * the count is maintained automatically. * * @param c the count to set */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

SplitNodeMethod · 0.80
MergeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected