Hi,I'm trying to solve this problem.It asks for point update and range query where the query is sum of distinct numbers in a given range.
Is this type of problem solvable by normal segment tree or do we need any kind of persistent data structure to do this?? I don't have much idea about persistent data structures.
Any help will be appreciated very much :)