cp-geeks-adgitm / Hacktoberfest

Everyone is free to contribute. Not eligible for Hacktoberfest
GNU General Public License v3.0
32 stars 95 forks source link

Subtree Queries CSES #275

Closed 18o3 closed 1 year ago

18o3 commented 1 year ago

Used Euler tour technique and segment tree to answer query about sum of values in subtree , handling updates in values on node.

18o3 commented 1 year ago

This is a Hacktoberfest PR so can you please add the "HACKTOBERFEST-ACCEPTED LABEL" if you merge my pull request . Thank You