Range Update for XOR queries in segment tree
Difference between en1 and en2, changed 25 character(s)
Hello,↵
Is it possible to do range 
updateadd query in segment tree for XOR queries as we can do for sum queries. I am not finding way to do it. Because for range updateadd for sum, we can update parent node and push update for child so we can use lazy propagation. But for range updateadd for XOR queries how can we update parent node without updating child nodes?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English rajkumar62506 2021-02-01 06:51:03 25
en1 English rajkumar62506 2021-02-01 06:31:49 393 Initial revision (published)