* @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 not stored for this graph (policy: none)