This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/7_Advanced/Persistent.mdx

12 lines
426 B
Text
Raw Normal View History

2020-06-25 15:52:19 +00:00
(likely restricted to camp)
* Persistent Segment Tree
* Tutorial
* [Anudeep2011](https://blog.anudeep2011.com/persistent-segment-trees-explained-with-spoj-problems/)
* [oml1111](https://drive.google.com/file/d/0BwGLW04WRv0ITEZjRWlMSFc2bk0/view)
* [Lazy Propogation](http://codeforces.com/blog/entry/47108?#comment-315047)
* Problems
* [A2OJ](https://a2oj.com/category?ID=651)
(WAC problem)