sunohara25's blog

By sunohara25, history, 3 years ago, In English

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

  • Vote: I like it
  • -3
  • Vote: I do not like it

| Write comment?
»
3 years ago, # |
  Vote: I like it +11 Vote: I do not like it

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

»
3 years ago, # |
  Vote: I like it +1 Vote: I do not like it

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

»
3 years ago, # |
  Vote: I like it +8 Vote: I do not like it

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.