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

Автор coldminded, история, 2 дня назад, По-английски

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

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

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

Thanks. I was just trying out grid path construction.

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

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

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

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)

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

thanks pro , you're a hero

»
28 часов назад, # |
Rev. 2   Проголосовать: нравится +5 Проголосовать: не нравится

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