Блог пользователя Ollie

Автор Ollie, история, 7 лет назад, По-английски

I did the round #416 as a virtual contest but I didn't quite manage to solve problem C during the time frame. It took me a while but eventually I realized how the O(n^2) DP solution for it works so I thought I'd write a breakdown of the problem for anyone who tried to code it and failed.

The example code is in C++11 but it's mostly just images and text. Hopefully it helps someone!

https://competitive-programming-for-dummies.quora.com/In-depth-Codeforces-811C

  • Проголосовать: нравится
  • +22
  • Проголосовать: не нравится

»
7 лет назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

Dear Ollie,

I became a big fan of yours because of the way you explained this problem in your blog post, plz keep up the good work..

»
7 лет назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

Link died :(

»
7 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

This is a really good problem indeed xD