Skip to content

Commit c9913ab

Browse files
authored
Update Persistent Segment Tree.cpp
1 parent c10b484 commit c9913ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Persistent Segment Tree.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ void persistentSegTree()
5656

5757
//Problem 2 (Kth element in sorted range [i, j]): https://www.spoj.com/problems/MKTHNUM/
5858
//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

Comments
 (0)