Please read the new rule regarding the restriction on the use of AI tools. ×

abir_075's blog

By abir_075, history, 7 years ago, In English

im not able to understande why am i getting tle in spoj Qtree http://www.spoj.com/problems/QTREE/ problem. i have done a iterative hld(got the idea from https://apps.topcoder.com/forums/?module=Thread&threadID=796128&start=0&mc=8) and construct a segment tree with the num[] array. then made the query on that. outputs are correct.But it is getting tle. my solution is https://ideone.com/CdiscT

here head[] contains the chain head of a node. chain[] array represents the chain id . i have stored the edge value on the node whose depth is larger.

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

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

Wow! :D

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

Check the break condition in update function