Update persistent_segment_tree_with_lazy_propagation.cpp

This commit is contained in:
Magdy Sedra 2021-02-01 01:29:12 +02:00 committed by GitHub
parent 0d66932e8b
commit 580230f2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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