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

[Custom]: <ADD A PROBLEM>Find All Anagrams in a String to practice skills section #1772

Closed
1 of 5 tasks
shriyadindi opened this issue Nov 3, 2024 · 1 comment
Closed
1 of 5 tasks
Labels
in-review Indicates that the pull request or issue is currently under review.

Comments

@shriyadindi
Copy link
Contributor

shriyadindi commented Nov 3, 2024

Issue Summary

Find All Anagrams in a String

Issue Description

Find All Anagrams in a String
Problem: Given a string s and a non-empty string p, find all the start indices of p's anagrams in s.
Hint: Sliding window approach with character count comparison can help solve this efficiently.

Proposed Solution (Optional)

No response

Priority

High - Requires urgent attention

Category

  • Enhancement
  • Refactor
  • Security
  • Design
  • Other

Additional Context (Optional)

No response

@github-actions github-actions bot added the in-review Indicates that the pull request or issue is currently under review. label Nov 3, 2024
@ajay-dhangar
Copy link
Owner

@shriyadindi, Please only open four PRs and issues at a time, or they will not be considered for evaluation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-review Indicates that the pull request or issue is currently under review.
Projects
None yet
Development

No branches or pull requests

2 participants