mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Update README for segment tree.
This commit is contained in:
parent
434a5649cb
commit
9f83862212
@ -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.
|
||||
|
||||
![Segment Tree](https://www.geeksforgeeks.org/wp-content/uploads/segment-tree1.png)
|
||||
![Min Segment Tree](https://www.geeksforgeeks.org/wp-content/uploads/RangeMinimumQuery.png)
|
||||
|
||||
![Sum Segment Tree](https://www.geeksforgeeks.org/wp-content/uploads/segment-tree1.png)
|
||||
|
||||
## Application
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user