Please read the new rule regarding the restriction on the use of AI tools. ×
Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Chouba14N's blog

By Chouba14N, history, 2 hours ago, In English

I really want to rank up myself Newbie to expert. Can anyone suggest me some math topics and some topics that really need for every programmer.

  • Vote: I like it
  • +1
  • Vote: I do not like it

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

I would recommend taking thinks step by step. First, you should probably get decent at greedy and implementation problems. That would serve you well in your CP future.

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

    Thank you brother.

»
109 minutes ago, # |
  Vote: I like it -6 Vote: I do not like it
  • basics of greedy
  • sorting and two pointers strategics
  • basics of dynamic programing
  • basics of data structure (arrays, set, maps and some of stacks if you want for now)

for now, if you want, try learn and solve problems, the most important skill is the problems solving, so keep it up :D

  • »
    »
    98 minutes ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Thank you so much brother. This will really help me. Again thank you.