File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ One of the main weakness of the $O(1)$ approach discussed in the previous sectio
149
149
I.e. it works great for range minimum queries, but it is not possible to answer range sum queries using this approach.
150
150
151
151
There are similar data structures that can handle any type of associative functions and answer range queries in $O(1)$.
152
- One of them is called is called [ Disjoint Sparse Table] ( https://discuss.codechef.com/questions/117696/tutorial-disjoint-sparse-table ) .
152
+ One of them is called [ Disjoint Sparse Table] ( https://discuss.codechef.com/questions/117696/tutorial-disjoint-sparse-table ) .
153
153
Another one would be the [ Sqrt Tree] ( sqrt-tree.md ) .
154
154
155
155
## Practice Problems
You can’t perform that action at this time.
0 commit comments