Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems on Sliding Window Technique #40

Open
gnp31 opened this issue Oct 3, 2020 · 1 comment
Open

Problems on Sliding Window Technique #40

gnp31 opened this issue Oct 3, 2020 · 1 comment

Comments

@gnp31
Copy link

gnp31 commented Oct 3, 2020

I am currently working on these sliding window technique problems:

  1. Find the longest substring of given string containing k distinct characters
  2. Longest substring of given string containing distinct characters
  3. Find all substrings of a string that are permutation of a given string
  4. Print all sub-arrays of an array having distinct elements
  5. Find duplicates within given range k in an array

Shall I make a separate folder and push?

@gnp31
Copy link
Author

gnp31 commented Oct 3, 2020

I have made a PR.
Please check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant