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.

Full text and comments »

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