From d15874fd342f4f514ac16ed64ef12c72998913f5 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Tue, 23 Apr 2019 18:59:36 +0530 Subject: [PATCH] Update Extra --- Extra | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Extra b/Extra index 8d6473e..92d870b 100644 --- a/Extra +++ b/Extra @@ -72,7 +72,8 @@ //Problem 5 (Perfect Powers in a range): https://codeforces.com/problemset/problem/955/C //Problem 6 (D length Jumps in Intervals): https://atcoder.jp/contests/arc068/tasks/arc068_c //Problem 7 (Converging K points to Median - Cost): https://www.codechef.com/viewsolution/23192706 -//problem 8 (DFS with missing edges): https://codeforces.com/contest/653/problem/E +//Problem 8 (DFS with missing edges): https://codeforces.com/contest/653/problem/E +//Problem 9 (Interactive - Tree Labelling): https://codeforces.com/contest/1075/problem/D -To Copy Paste in Future: //Problem 1 (Getting a sequence of + and - by using a sequence of - operationss): http://p.ip.fi/6t7b