We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94e999 commit 8ccfd27Copy full SHA for 8ccfd27
Index_of_Cancerous_Codes.md
@@ -244,6 +244,9 @@ Segment Tree
244
* Range add updates, range max queries
245
* https://github.com/tmwilliamlin168/CompetitiveProgramming/blob/master/USACO/Contests/1718_1P/Greedy.java
246
247
+Segmented Sieve
248
+* https://github.com/tmwilliamlin168/CompetitiveProgramming/blob/master/GoogleKickStart/19E-C.cpp
249
+
250
Sparse Table
251
* https://github.com/tmwilliamlin168/CompetitiveProgramming/blob/master/APIO/14-Palindrome.cpp
252
* https://github.com/tmwilliamlin168/CompetitiveProgramming/blob/master/CodeForces/1000G.cpp
0 commit comments