Please read the new rule regarding the restriction on the use of AI tools. It applies starting from round 972. ×

srijon_32's blog

By srijon_32, history, 5 weeks 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
  • -18
  • Vote: I do not like it

»
5 weeks ago, # |
  Vote: I like it -12 Vote: I do not like it

None

»
5 weeks ago, # |
  Vote: I like it +8 Vote: I do not like it

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

»
5 weeks 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

  • »
    »
    5 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Any specific topic that helped you most on this journey?

    • »
      »
      »
      5 weeks ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

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

    • »
      »
      »
      5 weeks 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)

      • »
        »
        »
        »
        5 weeks 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.

  • »
    »
    5 weeks 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. 

  • »
    »
    5 weeks ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

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

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

worked for me

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

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

    • »
      »
      »
      5 weeks 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

»
5 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

Bhai Bangladesh e situation thanda hoyeche ?

  • »
    »
    5 weeks 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.

»
5 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

I would suggest Bit masking

»
5 weeks 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

  • »
    »
    5 weeks 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.

    • »
      »
      »
      5 weeks 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 !!

»
5 weeks 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

  • »
    »
    5 weeks 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.

»
5 weeks 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.

»
5 weeks 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.

»
5 weeks 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

  • »
    »
    5 weeks 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?

»
5 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

Don't practice by topic.

»
5 weeks ago, # |
  Vote: I like it +1 Vote: I do not like it

FFT

»
5 weeks 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)

»
9 days ago, # |
  Vote: I like it 0 Vote: I do not like it

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