Update data_structures/sparse_table.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Mann Patel
2021-06-06 09:37:09 +05:30
committed by GitHub
parent 0174386c01
commit 6b4e708108

View File

@@ -38,7 +38,7 @@ namespace sparse_table {
/**
* @brief A struct to represent sparse table for `min()` as their invariant
* function, for the given array `A`. The answer to queries are stored in array
* function, for the given array `A`. The answer to queries are stored in the array
* ST.
*/
struct Sparse_table {