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

Автор i_copied, история, 4 года назад, По-английски

Can anyone please suggest where can I get few good contents on Binary Search? I basically suffer with the problem which exactly are the questions where we use it, or how to know if to use it.

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

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

Just search on codeforces with a tag of binary search in the problemset!! You can vary the difficulty and look up for the editorial if you are not able to solve it.

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

Most of the time that you are asked to find a number as the answer you can use Binary Search and check whether the answer can be smaller or equal to a certain value. I think that the Codeforces problemset can be a good source for Binary Search questions.