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

Автор srijon_32, история, 29 часов назад, По-английски

It took so long for me to become a pupil. How can I grow faster, and which topics must I cover as a pupil?

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

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

None

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

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

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

How to be speed and how to get better sleep schedule

»
29 часов назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
  1. https://mirror.codeforces.com/problemset?tags=1300-1700
  2. uncheck 'Show tags for unsolved problems'

worked for me

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

Bhai Bangladesh e situation thanda hoyeche ?

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

    Hae. Aste aste thanda hocche. Internal onek politics ache. Hope it'll get better soon.

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

I would suggest Bit masking

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

solve problems of rating 1300-1500, try solving C of every div2 and upto D-E of div3 and stop solving those 800 rated now

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

there really arent any specific topics, you just have to solve div2 ABC decently fast, which usually doesnt require any advanced topics. sometimes graphs or trees show up at C, and rarely DP but generally, its just regular problems that dont require advanced techniques.

tldr: just solve more problems

  • »
    »
    28 часов назад, # ^ |
      Проголосовать: нравится +1 Проголосовать: не нравится

    Ohh thanks. Solved ABC in last few contests but it isn't consistent. Hope to be consistent.

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

If your goal is to reach specialist, there is no need to go topic hunting.

Just practice a lot of binary search problems learn basic math algorithms like sieve, mod arithmetic, gcd, divisors and prime factorization, understand basic bitwise operations. Basic dp would also help in some dic 2c and div3e problems, although not essential.

To sum up, just focus on your speed and practice greedy and basic math problems. Also I would suggest to focus more on div 3 and div 4 to gain speed and greedy problems intuition.

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

Is it possible to reach Expert with just solving A and B in div. 2 or div. 3? My first attempt in Codeforces long ago was very bad, but I’m thinking about coming back.

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

I can tell u practices that I am doing if u want. I changed my strategy and it's working good

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

    Do tell please. Kinda hard stuck on 1200-1300, what rating range and topics should I practice to make the jump to specialist? Should I put more focus on speed or quality of problems? What strategies helped you?

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

Don't practice by topic.

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

FFT

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

Ig Binary Search on Answer and Variable Size Sliding Window is good to go for most of div 2Cs (currently strengthening them and I can notice better strike rate at 2Cs)