AnimeshSinha1309 / algorithms-notebook

The team notebook to keep all template code and notes in.
23 stars 5 forks source link

Persistent segtree implementation #12

Open GaurangTandon opened 4 years ago

GaurangTandon commented 4 years ago

At some point in time, I want to compare our implementation of a persistent segtree, with the one present at this IDEone link (found it here, solves SPOJ DQUERY), and use whichever is neater