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

Method query

data_structures/sparse_table.cpp:110–120  ·  view source on GitHub ↗

* @brief Queries the sparse table for the value of the interval [l, r] * (i.e. from l to r inclusive). * @param l the left index of the range (inclusive). * @param r the right index of the range (inclusive). * @return the computed value of the given interval. * @complexity: O(1) */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected