srijon_32's blog

By srijon_32, history, 29 hours ago, In English

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

  • Vote: I like it
  • -11
  • Vote: I do not like it

»
29 hours ago, # |
  Vote: I like it -11 Vote: I do not like it

None

»
29 hours ago, # |
  Vote: I like it +6 Vote: I do not like it

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

»
29 hours ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

How to be speed and how to get better sleep schedule

  • »
    »
    28 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Any specific topic that helped you most on this journey?

    • »
      »
      »
      27 hours ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      No, as you see, I dropped back down :)

    • »
      »
      »
      16 hours ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      1 Huge thing on CodeForces is speed. Make sure to sharpening your instinct and cutting edge thoughts about edge cases (I'm still getting trapped everyday and got slowed down... sadge)

      • »
        »
        »
        »
        14 hours ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        I'm also facing this problem. So many thoughts run on my mind while solving.

  • »
    »
    28 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I'm from Bangladesh. These contests  held at 8:35 p.m. in Bangladeshi time. So I've got no problem with my sleep schedule. 

  • »
    »
    19 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    it can't be... RED0, my predecessor

»
29 hours ago, # |
  Vote: I like it 0 Vote: I do not like it
  1. https://mirror.codeforces.com/problemset?tags=1300-1700
  2. uncheck 'Show tags for unsolved problems'

worked for me

  • »
    »
    28 hours ago, # ^ |
      Vote: I like it +1 Vote: I do not like it

    Thanks. Any specific topic that helped you most on this journey?

    • »
      »
      »
      28 hours ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      greedy and brute force, for pattern recognition

      implementation to manifest my ideas into code

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

Bhai Bangladesh e situation thanda hoyeche ?

  • »
    »
    28 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

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

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

I would suggest Bit masking

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

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 hours ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Ohh Thanks. Last few contests I solved C in div 2. But it isn't consistent.

    • »
      »
      »
      28 hours ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      yeah same here, i am also on my grind to reach specialist. All the best, we will reach there !!

      • »
        »
        »
        »
        28 hours ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        Hope you get some positive delta in today's contest.

      • »
        »
        »
        »
        27 hours ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        Adding you to friends.

      • »
        »
        »
        »
        8 hours ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        orz sir atb you will reach spec ez pz

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

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

  • »
    »
    27 hours ago, # ^ |
      Vote: I like it +1 Vote: I do not like it

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

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

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 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

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.

»
21 hour(s) ago, # |
  Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    21 hour(s) ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    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 hour(s) ago, # |
  Vote: I like it 0 Vote: I do not like it

Don't practice by topic.

»
20 hours ago, # |
  Vote: I like it +1 Vote: I do not like it

FFT

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

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)