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

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

Can somebody suggest the problems for sliding window technique and two pointers? Codeforces problem set have the tag two pointers but it has random problems, I want 8-9 problems which covers every trick and concept of the topic. Thanks in advance

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

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

You can refer Codeforces EDU section. It consists of a great source of Tutorials with problems to practice it.

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

Leetcode has a set of problems on sliding window and Two pointer technique.

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

On codeforces, you won't find typical problems. Most of the problems are applied. You can search on leetcode or hackerrank for typical level problems.