mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 23:46:33 +08:00
Update persistent_segment_tree_with_lazy_propagation.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user