Need help with lazy propagation implementation

Правка en2, от 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) ?

Теги #segment tree, #lazy propagation, #bitwise

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский ahshafi 2019-03-14 09:03:57 0 (published)
en2 Английский ahshafi 2019-03-14 09:03:29 8
en1 Английский ahshafi 2019-03-14 09:02:10 264 Initial revision (saved to drafts)