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

Method buildST

data_structures/sparse_table.cpp:69–100  ·  view source on GitHub ↗

* @brief Builds the sparse table for computing min/max/gcd/lcm/...etc * for any contiguous sub-segment of the array.This is an example of * computing the index of the minimum value. * @return void * @complexity: O(n.log(n)) */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected