Aizu-Competitive-Programming-Club / acpc-library

会津大学の共有ライブラリ
0 stars 0 forks source link

[Data Structure] Segment Tree #22

Open nono-00 opened 1 year ago

nono-00 commented 1 year ago

参考実装

依存するライブラリ

その他

Luzhiled commented 1 year ago

ぼくのライブラリ https://luzhiled1333.github.io/comp-library/src/data-structure/segment-tree/point-mapping-range-fold-segment-tree.hpp

Luzhiled commented 1 year ago

普通のもの、Dual、Lazy の違いなどについてのドキュメント https://luzhiled1333.github.io/comp-library/appendix-segment-tree

Luzhiled commented 1 year ago

当時は 代数的構造を乗せるデータ構造の設計について に乗っているすべてのパターンについて実装をしてみていて (PR 68) 、この記事の結論と同様に E がいいじゃんという話になりましたね