Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Heavy light decomposition problem

Правка en1, от 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.

Теги hld, heavy light, decomposition

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский abir_075 2018-01-27 20:51:11 592 Initial revision (published)