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

Автор Cooper1214, 15 месяцев назад, По-английски

Hi,
Drop some of your favorite problems which you think can educate us some new concept, tricks or ideas and we have a take away from those problems. :)
Please try to follow this particular format so that it is helpful for the readers (and also to me):

Probelm Rating (Eg: 1500) :
- Problem 1 (Why you recommend this problem)
- Problem 2 (Why you recommend this problem)
Probelm Rating 2 (Eg: 1600) :
- Problem 1 (Why you recommend this problem)
- Problem 2 (Why you recommend this problem)

You can also drop problems without following this xD. Just don't forget to drop some cool problems which we should definitely practice. :)

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

»
15 месяцев назад, # |
Rev. 2   Проголосовать: нравится +9 Проголосовать: не нравится
»
15 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
»
15 месяцев назад, # |
Rev. 2   Проголосовать: нравится +19 Проголосовать: не нравится
»
15 месяцев назад, # |
Rev. 3   Проголосовать: нравится -10 Проголосовать: не нравится

https://codeforces.net/contest/1731/problem/D DP/Prefix sums/Sparse table/Segment tree + binary search

Brothers, / equals or in my description, the problem is mostly solved with very easy techniques.

It is 1700 rated problem, why downvotes?

»
15 месяцев назад, # |
Rev. 6   Проголосовать: нравится +1 Проголосовать: не нравится

https://codeforces.net/contest/1805/problem/D I think that's a really good problem because it greatly improves your bfs realisation skills. And it also includes a lot of concepts that are oftenly used in a lot of problems related to bfs/dfs. So i think it's a really great problem to practice on

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

1734D — Slime Escape

a problem which took 7 months for me to upsolve

»
15 месяцев назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

Air Conditioner — great DP

Pair of Topics — the 2 pointer trick is pretty neat

Most of my favorite problems are 2000 so I don't have much to share

»
15 месяцев назад, # |
Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

I like this one:

1699C — The Third Problem

Not the most creative name but its solution is satisfying.

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

Some problems are not <= 1700, but I think they are very interesting.

My favorite DP problems:

Hint
Hint

My favorite Graph problems: - 1675F - Vlad and Unfinished Business — Easy problem, but you need to think a bit to solve it

Hint
Hint
Hint

Other: - 455D - Serega and Fun — SQRT decomposition

Hint

My english is not very good so I could write something wrong.

»
15 месяцев назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

1538D — Another Problem About Dividing Numbers
Because it's the first 1700 problem I solved during live contest. Also its a pretty cool number theory problem.

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

These are some of my favorite recent problems with rating 1300-1700.

  • 1698C (1300) Observation from the tutorial was so mind-blowing to me so I remembered this problem.
  • 1748B (1400) I like this problem because it uses pigeonhole principle.
  • 1772D (1400) This is the problem from which I have learned the power of maintaining the lower bound and upper bound for something that can have multiple possible values.
  • 1796C (1600)
  • 1777C (1700) This problem is on this list because it's very educational.
»
15 месяцев назад, # |
Rev. 3   Проголосовать: нравится +1 Проголосовать: не нравится
»
15 месяцев назад, # |
Rev. 4   Проголосовать: нравится +1 Проголосовать: не нравится

Recent problem.It is enough to learn digit dp well. 1808 C — Unlucky Numbers

»
15 месяцев назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится