diff options
Diffstat (limited to 'datastructures/sparseTable.cpp')
| -rw-r--r-- | datastructures/sparseTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datastructures/sparseTable.cpp b/datastructures/sparseTable.cpp index 40057bd..cf21e9a 100644 --- a/datastructures/sparseTable.cpp +++ b/datastructures/sparseTable.cpp @@ -21,4 +21,4 @@ struct SparseTable { return better(st[j][l] , st[j][r - (1 << j)]) ? st[j][l] : st[j][r - (1 << j)]; } -};
\ No newline at end of file +}; |
