TheAlgorithms-C-Plus-Plus/range_queries
Magdy Sedra b12dad038c
feat: Added persistent segment tree with lazy propagation (#1445)
* Added persistent segment tree with lazy propagation

* Updated

* Updated

* Updated

* Updated

* Updated

* Updated

* Added a documentation

* Updated

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for 4b6566d2

* Updated

* clang-format and clang-tidy fixes for 6197ba4c

* Update persistent_segment_tree_with_lazy_propagation.cpp

* Updated

* Delete persistent_segment_tree_with_lazy_propagation.cpp

* Updated

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for 81621d83

* Update persistent_seg_tree_lazy_prop.cpp

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-02-08 11:19:26 -06:00
..
fenwick_tree.cpp fix: Remove FenwickTree (#856) 2020-06-22 01:11:08 +05:30
heavy_light_decomposition.cpp Added heavy_light_decomposition.cpp (#1016) 2020-08-19 14:40:46 -05:00
mo.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
persistent_seg_tree_lazy_prop.cpp feat: Added persistent segment tree with lazy propagation (#1445) 2021-02-08 11:19:26 -06:00
segtree.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
sparse_table.cpp Added Sparse Table for range query (#996) 2020-10-16 12:38:00 -04:00