coldminded's blog

By coldminded, history, 42 hours ago, In English

CSES is a well-known resource. It has many problems from a variety of topics. Solutions to almost every problem can be found online. But for some hard problems there are no editorials yet. Getting stuck on these difficult problems can lead to frustration, which is why I decided to write solutions to them.

Inversion Probability

Hint 1
Hint 2
Hint 3
Solution

Letter Pair Move Game

Hint 1
Hint 2
Hint 3
Hint 4
Hint 5
Similar problem
Solution

Removing Digits II

Hint 1
Hint 2
Hint 3
Hint 4
Hint 5
Hint 6
Original problem
Solution

Counting Reorders

Hint 1
Hint 2
Hint 3
Original problem
Solution

Filling Trominos

Hint 1
Hint 2
Hint 3
Hint 4
Hint 5
Hint 6
Hint 7
Similar problem
Solution

Functional Graph Distribution

Solution

Grid Completion

Hint 1
Hint 2
Hint 3
Hint 4
Hint 5
Key observation
Similar problem
Solution

Two Stacks Sorting

Hint 1
Hint 2
Hint 3
Hint 4
Hint 5
Similar problems
Solution

Grid Path Construction

  • Vote: I like it
  • +55
  • Vote: I do not like it

»
42 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Thanks. I was just trying out grid path construction.

»
41 hour(s) ago, # |
  Vote: I like it -15 Vote: I do not like it

what's the point of solving Grid path construction? really what's the benefit of this shit?

»
37 hours ago, # |
  Vote: I like it +8 Vote: I do not like it

Some fun historical fact: P2 (Letter Pair Move Game) is a generalized version of the 1st IOI task (in that task, the 2 empty boxes is in the middle)

»
16 hours ago, # |
  Vote: I like it +13 Vote: I do not like it

thanks pro , you're a hero

»
16 hours ago, # |
Rev. 2   Vote: I like it +5 Vote: I do not like it

Added links to original/similar problems. Searched through TLE's engine. Auto comment: topic has been updated by coldminded (previous revision, new revision, compare).