Hi.
On Sunday, I'm going to solve problems from the Educational Dynamic Programming contest on AtCoder — https://atcoder.jp/contests/dp. Start at 10:00 CET (check your timezone), expected duration 5 hours. Watch me on YT or Twitch: https://www.youtube.com/errichto, https://www.twitch.tv/errichto.
There will be 26 problems, all on dynamic programming. More info here.
See you tomorrow!
I've been waiting for this stream for so long. Thank you very much!
The stream starts now!
It would be great if u add the timestamps (time at which u start solving a particular question) in the youtube description section after u end the stream.
Done!
Can you make the stream available now because I was not free while it was live. Thanks a lot
Regarding all the questions about the whole video being available after the stream — Youtube takes some time to process it. You must wait 1-2 hours after the end to see the whole thing (it's there now already).
Thank you Errichto! I had solved ~10 of them on my own. Now I'll solve rest of them with the help of your video.
I am wondering why you always use a bottom up style even if sometimes the top down version is as efficient and even shorter, thus much faster to type? When you solved the LCS problem, it got really ugly and took you some time to get it done using a bottom up style. I have tried the top down approach here which I find more clear and concise. Awesome stream btw, keep it up!
Here: https://atcoder.jp/contests/dp/submissions/4307886