Please read the new rule regarding the restriction on the use of AI tools. ×

___zerO's blog

By ___zerO, history, 13 months ago, In English

I want to become a pupil coder within the next 4 months. What if it's you? What steps should I follow to achieve this? I need your suggestions. any problem list for me ? Thank you in advance.❤

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

| Write comment?
»
13 months ago, # |
  Vote: I like it 0 Vote: I do not like it

give virtual contests, it helps a lot. understand the topics that you are facing problem in, like binary search or dp and practice them.

4 months is enough to become expert, you'll reach pupil in no time

  • »
    »
    13 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    It took you seven months to become pupil

    • »
      »
      »
      12 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Because I was not giving any virtual contests or practicing unsolved questions from contests. I became expert in last one month when I started doing this.

»
13 months ago, # |
  Vote: I like it 0 Vote: I do not like it

virtual contests as much as you can, remember that practice makes perfect.

topics such as prefix/frequency/binary search/two pointers (speaking with these topics after being decent in stls ofc).

adhocs.

A-B in div2, A-B-C in div3, A-B-C-D in div4 with a decent time, and you will be pupil, gl!

»
13 months ago, # |
  Vote: I like it 0 Vote: I do not like it

solve problems in the range 800-1200, and try solving them within time limit, it will help for sure

»
13 months ago, # |
  Vote: I like it 0 Vote: I do not like it

just solve problems with greedy/constructive algorithms/math/binary search tags to make suru you can solve these problems quickly and accurately. take virtual participation everyday, and try to solve the problems you didn't solve during the contest as much as possible after the contest.

»
13 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Honestly, pupil is not too hard. Just upsolve. I use mostafa sheet, have found it very helpful. Do some cses too to learn new concepts. If (and only if) you put in the hard work, you'll easily reach pupil in 4 months.

»
13 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I would suggest you to do speed practice on problems <= 1200

»
13 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Do rated contest

»
13 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Be intrepid when it comes to solving arduous problems. The journey may seem interminable, but have faith in yourself. Don't fall in the trap of temerity once you gain momentum, keep solving tougher problems. Your problemset should replete of the color green, showcasing your problem solving ardor and your perseverance to not falter throughout the drudgery.

  • »
    »
    13 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I can assure onething. One might not learn anything from ur comment but would definitely learn "How Little Vocabulary They Know"! Thanks a lot for ur Vocabulary Boasting!

    • »
      »
      »
      12 months ago, # ^ |
      Rev. 2   Vote: I like it 0 Vote: I do not like it

      I am GRE bhediya

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

        What is the meaning of Bhediya?

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

          Don't you see? We are all bhediyas in search of our TCS. Some puerile freshman is spending hours on inane problems hoping to get placed in his dream company, hoping that all this drudgery has some meaning to it. Whereas, an irate senior envies his friends getting more successful than him, yet he covets all the fame. In the end, he feels TCS is his only path to atonement, the same TCS which was looked down upon hitherto, detested to its core.

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

            Now, tell me what is TCS? P.S. I've successfully failed to understand what is Bhediya even after reading ur whole passage and googling to understand almost half a dozen of ur words. Please write it in short simple English so that I can understand the meaning of both TCS and Bhediya??

            • »
              »
              »
              »
              »
              »
              »
              12 months ago, # ^ |
              Rev. 2   Vote: I like it +5 Vote: I do not like it

              TCS is short for Tata Consultancy services. It is a service based based company in India which is known for their low pay for freshers. Some people in India use TCS as a way to mock people who are not from good colleges saying no matter how hard you try you won't get placed at google you will only be placed in TCS with a CTC of 3.5lpa. Bhediya is a hindi word which means wolf in English like how a wolf at night howls in search for prey we people keep looking for placements. Hope you understood:)

»
13 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Solve A&B fast in div.2 and practice Qs in Range of 1000-1400

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

    thank you ! i hope this will work for me !

»
13 months ago, # |
  Vote: I like it 0 Vote: I do not like it

ادهوك و ماث (اختباري)

»
12 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Solving all 1200 and 1300 rated problems here got me to pupil. If necessary do 1400 problems after that.

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

    thank you ! i hope this will work for me !

»
12 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Learn basic maths and work on your implementation skills.

Avoid spending time on data structures except for arrays, stacks, and queues.

Keep giving contests whatever the case be.

Start solving 1200 to 1400

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

    thank you ! i hope this will work for me !

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

Topics that you should know in my opinion:

  1. Binary search
  2. Two pointers
  3. Basics of dfs and bfs
  4. cumulative sum
  5. some base in math That's what i remember for now.

get good at greedy problems, a lot of the A and B questions are greedy. get comfortable solving problems until 1300 rating.

try from time to time to time yourself and see how many questions of difficulty range of 900-1200 can solve in a specific time frame.

Most importantly, try to learn something from every question you solve, maybe take notes of what you learned from that question, or what mistakes you made and how to not make them again in the future.

good luck!

Edit: Learn how to not get nervous during competition, when you are nervous you can't think properly, stay relaxed and sharp. This will come as you compete more.

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

    thank you ! i hope this will work for me !

»
12 months ago, # |
  Vote: I like it 0 Vote: I do not like it

learn fft