summaryrefslogtreecommitdiff
path: root/datastructures/segmentTree.cpp
AgeCommit message (Expand)Author
2024-06-20fix segtree comb return typeGloria Mundi
2024-05-01improve test system, fix segment tree, add more segment tree testsGloria Mundi
2024-04-28remove all() and sz() from segment tree and add testsGloria Mundi
2024-01-30use int128 for hashNoobie99
2024-01-30improve segment treesNoobie99
2023-02-16Improved Lazy Segment TreeNoobie99
2022-11-30use all macroMZuenni
2022-06-27updated tcrmzuenni
2017-10-22Removing stupid line from segment tree code.Paul Jungeblut
2017-05-04Adding fast Input/Output and Manacher's algorithm.Paul Jungeblut
2016-10-06Replacing magic number in segtree by constant.Paul Jungeblut
2016-10-06Adjusting datastructures chapter to new layout.Paul Jungeblut
2016-10-02Smaller code for segtree.Paul Jungeblut
2015-12-02Improvements in datastructures chapter.Paul Jungeblut
2014-11-08corrected wrong code.1pjungeblut
2014-11-02union find und Segementbaumpjungeblut