mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update persistent_segment_tree_with_lazy_propagation.cpp
This commit is contained in:
parent
0d66932e8b
commit
580230f2f5
@ -2,7 +2,6 @@
|
||||
* @file
|
||||
* @brief [Persistent segment tree with range updates (lazy
|
||||
* propagation)](https://en.wikipedia.org/wiki/Persistent_data_structure)
|
||||
*
|
||||
* @details
|
||||
* A normal segment tree facilitates making point updates and range queries in
|
||||
* logarithmic time. Lazy propagation preserves the logarithmic time with range
|
||||
|
Loading…
Reference in New Issue
Block a user