We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434a564 commit 9f83862Copy full SHA for 9f83862
src/data-structures/tree/segment-tree/README.md
@@ -24,7 +24,9 @@ can use the precomputed value at the node. Using this
24
optimisation, we can prove that only `O(log n)` minimum
25
operations are done.
26
27
-
+
28
+
29
+
30
31
## Application
32
0 commit comments