Блог пользователя AbdoGad

Автор AbdoGad, история, 11 месяцев назад, По-английски

Hello I have a question if I have a tree with n nodes and all nodes have some value there are two types of queries

  1. what is the max node value in the path (u,v)

  2. update u to be equal to x

I think HLD can solve this problem but I want to know if there is other ways or techniques that can solve a problem like this

Thank you

edit:

Why does eveybody keep downvoting I just had a question

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

»
11 месяцев назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

You can also use link-cut trees, in my experience they are faster

»
11 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by AbdoGad (previous revision, new revision, compare).