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

Автор Dannor, история, 7 лет назад, По-английски

I generally do first 2 questions Div2 A and B but I can't do C or more what should I do ? Do you have any advices?

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

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

Read editorial to task that you cant solve (Div2 C), then solve it and try to keep in mind something about the solution to use it in other tasks.

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

Been there, A , B are moslty implementation, for C you need to know some basic algorithms and data structure like binary search, DFS, BFS, some Number Theory tricks ... I suggest you focus on A & B for now while learning some basic algorithms .

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

    learning is necessary but just learning algorithms is not enough.

    you have to first learn this algorithms and after that practice them a lot(for this you can use CF algorithm tags)

»
7 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

This Post for I_love_Hoang_Yen maybe help u.

+= don't say that u "can't do C or more" , always open C and the higher problems , Read them and do your best.if they about some algo. go and learn it. and always read the editorial/other's solutions. this will help you.

and always keep going :)

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

Pick a div2 C you think you can't do. Then set a timer for 1 hour. Spend the hour trying to solve the problem by yourself. If you still have no idea how to solve it after an hour look at the editorial.

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

Solve C problems of last 100-150 contests and BOOM!! You will hardly miss C. Starting Contest With problem C is a good approach.

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

Someone please help that how should one practice to be able to solve Div2 C and Div3 D in every contest?

  • »
    »
    4 года назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    The whole purpose of this blog and its comments was to answer the question you just posted.