Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

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

Everyone's telling me I should learn binary search, but I feel lost when I hit the problem sets. I just don’t get how to apply binary search to them. Can someone give me some ideas or directions to improve?? I understand when I should implement upper_bound or lower_bound, but I don't fully understand the deeper implementation details

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

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

Same Here , please anyone guide.....

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

For Theory The best is Codeforces Edu Section : https://codeforces.me/edu/course/2/lesson/6 For Pratice Questions : https://asksenior.in/solve and https://codeforces.me/edu/course/2/lesson/6 (practice problems)