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

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

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
  • Проголосовать: не нравится

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

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

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

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

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

You forget Binary Search

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

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

»
5 месяцев назад, # |
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!

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

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

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

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

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

Hey bro, congratulation.

can you help me with this problem statement -> https://codeforces.net/contest/1879/problem/C

I didn't understand what this problem is asking.

Mostly this statement -> the number of different shortest sequences of operations that make s alternating. Two sequences of operations are different if in at least one operation, the chosen integer i is different in these two sequences.

My english is not so good, i didn't understand what this problem is saying. please help.

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

congrats broo)) My CP journey is so sad (

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

Congrats, keep going :D

»
5 месяцев назад, # |
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.

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

I also became expert!

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

Congrats Broo

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

orz

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

Congrats!!! I just became Specialist only, so I will work hard to get to blue one day too!

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

how did you reach expert with only 9 1600 problems solved? Do you practice on some other platforms too?