Beknur-Tumen-045-26's blog

By Beknur-Tumen-045-26, history, 7 days ago, In English

I tried to solve USACO silver,I solved some problems in sorting and searching section,but I got stuck on binary search problems They are too complicated for me and I want to practice blindly for silver section and for increasing my cf rating Can you suggest something? Can you give some advices?

»
7 days ago, # |
  Vote: I like it 0 Vote: I do not like it

my advice is to practice and read solutions after 30 minutes to an hour of thinking if you get stuck, increasing the level slowly, and read articles online on what you are solving if you want extra knowledge.

»
7 days ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Beknur-Tumen-045-26 (previous revision, new revision, compare).

»
7 days ago, # |
  Vote: I like it 0 Vote: I do not like it

If you get stuck on a problem, set it aside for a moment and come back to it later.

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

As a USACO Gold competitor, think of binary search as a series of 0s(invalid answers) followed by a series of 1s(valid answers). This advice gave me a lot of insight when learning binary search.

  • »
    »
    6 days ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    where did you practice? How can I find problems which challenging me?

    • »
      »
      »
      6 days ago, # ^ |
      Rev. 2   Vote: I like it 0 Vote: I do not like it

      Codeforces has tags :), I'd recommend that you start from 1100 and progress up by solving 3 in each level until you can't solve without editorial. Then, use the advice above "to practice and read solutions after 30 to an hour of thinking". Good luck!

      I often just practice USACO problems and CSES problems.