Need help with lazy propagation implementation

Revision en2, by ahshafi, 2019-03-14 09:03:29

Segment tree can be efficiently and shortly implemented using bitwise operators . Is there any way to implement lazy propagation update operation using bitwise operators (i.e. using no recursive operations) ?

Tags #segment tree, #lazy propagation, #bitwise

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English ahshafi 2019-03-14 09:03:57 0 (published)
en2 English ahshafi 2019-03-14 09:03:29 8
en1 English ahshafi 2019-03-14 09:02:10 264 Initial revision (saved to drafts)