mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-06 17:44:08 +08:00
Update README for segment tree.
This commit is contained in:
@ -24,7 +24,9 @@ can use the precomputed value at the node. Using this
|
|||||||
optimisation, we can prove that only `O(log n)` minimum
|
optimisation, we can prove that only `O(log n)` minimum
|
||||||
operations are done.
|
operations are done.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Application
|
## Application
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user