Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Comments

Looks Nice.

Please anyone explain problem C DP problem. It's states and recurrence relation.

https://codeforces.com/blog/entry/20284

Scroll down to comments. You will get a list of Dp problems medium level. I also have started solving.

One more resource: SameerGulati Sameer Gulati's answer on Quora

On ZenWoRSubarray problems algorithms, 4 years ago
0

One thing is no of subarrays ending at ith position. This thought can help.

Like in questions LIS we say length of LIS ending at i. Practice Problem : Eugene and an array

Your videos are very helpful because they show to the point thinking.And they are really short time 5/6 min only.

I saw your last Div 3 video E. I was very confused for this problem. But after watching your video I got to know the very basic first approach that was brute force then visualizing it as a DP wheras others just explained it as a DP never told why Dp.

Nice contest for beginners like me. Thanks Mike Mirzayanov.

Thanks.

On zeus_iitgAnother problem on graphs, 4 years ago
+8

From which website the problem is taken? I've never heard.

Explain C in simple language and example.

Can you also provide a better explanation link for Div 2D.

Anyone explain properly in simple language Div 2C.

On omgggRe-rooting Tree DP?, 4 years ago
0

Tutorial : https://codeforces.com/blog/entry/68139 Problem : https://codeforces.com/contest/1187/problem/E Read it's official editorial too.

It's not that hard concept.

If two numbers are same then simply their difference will be 0.

If Suppose A=2a+1 then |A-a|=a+1 so better convert a to 1. So, the difference then will be a-1.

Explain E?

On Wild4StoneQuestions on Probability, 4 years ago
+4

Check Brilliant.

Anyone explain A