mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-05 16:36:41 +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
|
||||
operations are done.
|
||||
|
||||

|
||||

|
||||
|
||||

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