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

Method GetTreeMinItem

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

* @brief Get the min item of the tree * @param tree the tree we will get item from * @return min item of the tree */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

GetMinItemMethod · 0.80
GetLeftmostChildMethod · 0.80

Tested by

no test coverage detected