Skip to content

Commit 2546479

Browse files
gvneeadamant-pwn
authored andcommitted
typo
1 parent 293858e commit 2546479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_structures/sparse-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ One of the main weakness of the $O(1)$ approach discussed in the previous sectio
149149
I.e. it works great for range minimum queries, but it is not possible to answer range sum queries using this approach.
150150

151151
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).
153153
Another one would be the [Sqrt Tree](sqrt-tree.md).
154154

155155
## Practice Problems

0 commit comments

Comments
 (0)