We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40d9046 + 7a34961 commit b551119Copy full SHA for b551119
src/data_structures/segment_tree.md
@@ -138,7 +138,7 @@ And if we stop partitioning whenever the query segment coincides with the vertex
138
### Update queries
139
140
Now we want to modify a specific element in the array, let's say we want to do the assignment $a[i] = x$.
141
-And we have to rebuild the Segment Tree, such that it correspond to the new, modified array.
+And we have to rebuild the Segment Tree, such that it corresponds to the new, modified array.
142
143
This query is easier than the sum query.
144
Each level of a Segment Tree forms a partition of the array.
0 commit comments