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

Method range_comb

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

* @brief Helper method for range_comb method below * @param i The current node * @param l The leftmost node of the current node * @param r The rightmost node of the current node * @param tl The left endpoint of the range * @param tr The right endpoint of the range * @return The comb operation applied to all values between tl and tr */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.80

Calls 1

minFunction · 0.50

Tested by

no test coverage detected