mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-07 04:25:34 +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
|
||||
* 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 {
|
||||
|
||||
Reference in New Issue
Block a user