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 c10b484 commit c9913abCopy full SHA for c9913ab
Persistent Segment Tree.cpp
@@ -56,3 +56,6 @@ void persistentSegTree()
56
57
//Problem 2 (Kth element in sorted range [i, j]): https://www.spoj.com/problems/MKTHNUM/
58
//Solution 2: http://p.ip.fi/B00r
59
+
60
+//Problem 3 (Take atmost K values of a particular value in a range): https://codeforces.com/contest/813/problem/E
61
+//Solution 3: https://codeforces.com/contest/813/submission/50422337
0 commit comments