become-pro-cp's blog

By become-pro-cp, history, 4 years ago, In English

is wavelet tree has update query and what update query support for wavelet tree ( such change value of an element( point update ) ). Thank for your answear

  • Vote: I like it
  • -19
  • Vote: I do not like it

| Write comment?
»
4 years ago, hide # |
 
Vote: I like it +30 Vote: I do not like it

Go and learn binary search first!

»
4 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

As mentioned in this paper, Wavelet Tree can support the following updates:

  1. Swapping Adjacent Elements
  2. Toggling Elements ON/OFF
  3. Adding and Deleting elements from the beginning OR end of the sequence

I also feel like it is too early to learn this topic at this rating, but anyway here's your answer