summaryrefslogtreecommitdiff
path: root/datastructures/sparseTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'datastructures/sparseTable.cpp')
-rw-r--r--datastructures/sparseTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/datastructures/sparseTable.cpp b/datastructures/sparseTable.cpp
index 719fd73..61a6802 100644
--- a/datastructures/sparseTable.cpp
+++ b/datastructures/sparseTable.cpp
@@ -19,4 +19,4 @@ struct SparseTable {
int j = __lg(r - l); //31 - builtin_clz(r - l);
return better(st[j][l] , st[j][r - (1 << j)]);
}
-}
+};