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/6_Advanced/Persistent.mdx
Benjamin Qi 0c1d150c1b ++
2020-07-18 23:32:24 -04:00

25 lines
593 B
Text

---
id: persistent
title: "Persistent Data Structures"
author: Benjamin Qi
description: "?"
prerequisites:
- Platinum - Range Update Range Query
frequency: 1
---
## Persistent Heap
(Leftist)
## Persistent Array
https://dmoj.ca/problem/wac4p5
## Persistent Segment Tree
* 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)