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

Автор MIRZAPURI, история, 110 минут назад, По-английски

Recently, I have started solving 1500 rated problems, then I encountered this problem PROBLEM: Codeforces Round 962 (Div. 3) FUN link

I want to balance my Ad Hoc kind of reasoning with the maths logic as well.

The problem is that the math tag on Codeforces is a massive grab-bag. When I filter by it, I mostly get: 1. Simple pattern-finding/observation problems. 2. Standard Number Theory (primes, GCDs) that I already know or can easily learn.

Finding problems that require algebraic manipulation, variable bounding, and combinatorics is very hard. So, how can I found these problems?

Also, what should be my approach to improve well?

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

»
110 минут назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by MIRZAPURI (previous revision, new revision, compare).

»
91 минуту назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by MIRZAPURI (previous revision, new revision, compare).

»
78 минут назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

I donot know about how to get problems where you can code too but you can find some good algebric manupulation problems form the AoPS series of books(just summary and a few problem are enough).

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

May be try some problems from Project-Euler from hackerrank, cause it has timelimit I guess.