mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +08:00
Update data_structures/sparse_table.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ namespace sparse_table {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief A struct to represent sparse table for `min()` as their invariant
|
* @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.
|
* ST.
|
||||||
*/
|
*/
|
||||||
struct Sparse_table {
|
struct Sparse_table {
|
||||||
|
|||||||
Reference in New Issue
Block a user