VictorXjoeY / Notebook

Notebook used for competitive programming!
11 stars 2 forks source link

Segment Tree 2D with the capability of point update on x and range update on y. #3

Open VictorXjoeY opened 5 years ago

VictorXjoeY commented 5 years ago

Either update the existing 2D Segment Tree or add a new code. Use lazy to implement update(x, yi, yf).