Lakh's blog

By Lakh, history, 9 years ago, In English

I know how to build and perform queries on a merge sort tree. But how to do point updates in the merge sort tree efficiently

  • Vote: I like it
  • +5
  • Vote: I do not like it

| Write comment?
»
9 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Have you checked this ?
See the last part.

»
6 years ago, hide # |
 
Vote: I like it -10 Vote: I do not like it

Check out this blog on the implementation of Point updates in merge sort trees.