byee's blog

By byee, history, 6 years ago, In English
  • Hi guys ,
    • I had just came over with the world of competetive programming last month , and one of my friend suggested to practice on CF . I had solved >50 level A problems listed here. Also participated in cf rounds , just somehow managed to solve Level A problems.
      I need Your suggestion And help , i use C++ to code problems. ``
  • Do I need to learn new concepts for switching to level B? If yes please list some.
  • Do I have to solve more problems of level A . And also tips for cf Rounds ,How can I improve my performance in cf rounds.
  • Vote: I like it
  • +6
  • Vote: I do not like it

| Write comment?
»
6 years ago, # |
  Vote: I like it +3 Vote: I do not like it

dfs, bfs, dsu, some basic mumber theory, prime, factorisation, gcd, basic greedy.

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

As your color suggest you haven't participated in any contest, Try to participate in as many contests as you can while participating in the contest you learn a lot of things.In a contest, if you manage to solve the 1st problem then after contest try to solve the second one, and if you solved up to second in the contest then try to solve 3rd one after the contest....., First try to solve by yourself, if not possible then read the editorial this is how we learn the things in Competitive Programming.I hope it will help you! Happy Coding.