wuhudsm's blog

By wuhudsm, history, 4 hours ago, In English

Due to my poor understanding ability, I can't totally understand official editorials of some problems, even after got AC. So I plan to rewrite some of the editorials.

Some principles:

  1. Divide and conquer. Divide a large, hard problem into several smaller, easier problems.

  2. For ease of understanding, use visual expressions as much as possible.

  3. The shorter the better.

If you have any other problems you'd like me to rewrite the editorial for, feel free to let me know in the comments. Also, I believe writing an editorial with your own understanding is a great way to make progress.

Let's go.

1.CF #749 F

Rating: $$$2500$$$

Attempt and Insight
How to prove it?

2.Codechef Simultaneous Robots

Rating:???

Some easy observation
A classical trick
Patch for official editorial (the most interesting part)
Can it be extended to any k?
Another Approach

3.CF #965 E

Rating: $$$2200$$$(easy)/$$$2500$$$(hard)

Solve easy version first
Solve hard version
When we go up, won't we visit too many edges?
  • Vote: I like it
  • +19
  • Vote: I do not like it

»
17 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

Thanks for the proof for the Codechef problem today! After some googling, it seems like it's generalized by the vertex-connectivity version of Menger's theorem.