Блог пользователя become-pro-cp

Автор become-pro-cp, история, 4 года назад, По-английски

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

  • Проголосовать: нравится
  • -19
  • Проголосовать: не нравится

»
4 года назад, скрыть # |
 
Проголосовать: нравится +30 Проголосовать: не нравится

Go and learn binary search first!

»
4 года назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

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