minor changes in file info

suggested changes

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Mann Patel
2021-06-06 08:36:06 +05:30
committed by GitHub
parent b2c961a0e3
commit 2f3e242c38

View File

@@ -16,7 +16,7 @@
* If any element in the array changes, the complete data structure has to be
* recomputed.
*
* @warning this sparse table is made for min(a1,a2,...an) duplicate invariant
* @warning this sparse table is made for `min(a1,a2,...an)` duplicate invariant
* function. This implementation can be changed to other functions like
* gcd(),lcm(),max() by changing few lines of code.
*/