diff --git a/range_queries/persistent_segment_tree_with_lazy_propagation.cpp b/range_queries/persistent_segment_tree_with_lazy_propagation.cpp index faa1916c7..1b8266671 100644 --- a/range_queries/persistent_segment_tree_with_lazy_propagation.cpp +++ b/range_queries/persistent_segment_tree_with_lazy_propagation.cpp @@ -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