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

Heavy light decomposition problem

Revision en1, by abir_075, 2018-01-27 20:51:11

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.

Tags hld, heavy light, decomposition

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English abir_075 2018-01-27 20:51:11 592 Initial revision (published)