Skip to content

Instantly share code, notes, and snippets.

View shakilsustswe's full-sized avatar
🎯
Focusing

ASHIQUL HASAN SHAKIL shakilsustswe

🎯
Focusing
View GitHub Profile
/*
* Created by Dipta Das on 23-11-2018
* Title: Segment Tree Lazy Propagation
* Artical by Shafayet Bhai: http://www.shafaetsplanet.com/planetcoding/?p=1591, http://www.shafaetsplanet.com/?p=1557
* Solution: https://gist.github.com/dipta10/ac694515d7370ce3ae56754a8a3f119e
* Comments:
*/
#include <bits/stdc++.h>
#include <stdio.h>