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

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

I have been looking for problems in which the solution looks at a famous algorithm, and applies it to the problem at hand. However, because of some special property of the problem, the algorithms complexity is reduced. An example is USACO 2016 February Platinum Fenced In (http://usaco.org/index.php?page=viewproblem2&cpid=625). The problem involves applying Kruskals algorithm in a clever way.

I was wondering if someone has more examples of these kinds of problems, specifically ones that use MST or max flow algorithms.

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

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

Here's a max-flow problem of the type you want:

724E — Goods transportation

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

Another max-flow example: 704D - Captain America

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

Two well-known dp problems where you should decrease the number of states to get AC.
http://codeforces.com/contest/729/problem/F
http://codeforces.com/group/jx70Vs2WZm/contest/101064/problem/L