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

Автор PagalavanPagal66, 13 месяцев назад, По-английски

After getting negative contribution to my pervious blog (Asking about will I go to specialist by 2023), I have raged up my problem solving limits and become Blue now...!

Topic to cover mostly :

1) Maths — Combinatorics, Modular arithmetics, Prime properties

2) Prefix & Suffix optimizations

3) Basic DP , Recursion , Graph , Tree implementations

4) Implementation skills — You have to ready to convert your thought process into code easily

5) STL usage is very important

6) Binary search

7) Bit manipulations

Tips :

1) Don't try the topics you have learned in recent days into all the problems

2) Think of the solution without thinking any algorithms — just use that algorithms if you need optimization or it is basic need in your approach

3) Spend quality of time in each and every problem you solve — I have spent a whole day for a 1700 problem in my practice session before ICPC regionals

4) Enhance your debugging skills

5) Don't give up and keep trying — a single push can lift you beyond your imaginary level — For me that push is ICPC regionals

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

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

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

»
13 месяцев назад, # |
Rev. 2   Проголосовать: нравится +59 Проголосовать: не нравится

bro relax , you will probably get back to specialist in the next contest

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

You forget Binary Search

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

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

»
13 месяцев назад, # |
Rev. 4   Проголосовать: нравится +1 Проголосовать: не нравится

Let people say whatever they want to. It's always special and joyful to reach a new Color. Congratulations!! Miles to Go!! Keep Enjoying the Journey!

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

Personal Opinion, You don't need to be advanced in graph programming to get to blue

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

Any tips about how and from where to do CP maths?

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

congrats broo)) My CP journey is so sad (

»
13 месяцев назад, # |
Rev. 3   Проголосовать: нравится +3 Проголосовать: не нравится

Congratulations! Reaching blue when you weren't even sure if you would reach cyan such a short time ago is really impressive!

2) Think of the solution without thinking any algorithms — just use that algorithms if you need optimization or it is basic need in your approach

I do have some qualms about this tip though. Perhaps it is true for really hard problems, but thinking stuff like "Can I do binary search? Is there a DP recurrence here?" has helped me get unstuck on many problems. I think it can be really helpful in certain situations.

»
13 месяцев назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

I also became expert!

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

orz