Segment tree lazy propogation

Revision en1, by anuj_shah, 2017-06-27 08:32:04

In this question on Hackerearth, I have implemented Segment tree with lazy propagation in Python and it generated TLE. Can somebody help me with this? Thanks in advance.

My Submission

Tags hackerearth, indiahacks, persistent segment tree, python 2

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English anuj_shah 2017-06-27 08:32:04 440 Initial revision (published)