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

Create starting_indices_of_anagrams.py #596

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jAnist
Copy link

@jAnist jAnist commented Oct 23, 2019

Given a word W and a string S, find all starting indices in S which are anagrams of W.

For example, given that W is "ab", and S is "abxaba", return 0, 3, and 4.

@xlogix xlogix self-assigned this Oct 23, 2019
@xlogix xlogix added this to the Hacktoberfest milestone Oct 23, 2019
@xlogix xlogix added the Not assigned to an issue PR has to be assigned to an issue. label Oct 23, 2019
@xlogix
Copy link
Member

xlogix commented Oct 23, 2019

Please raise an issue for your pull request or link an existing one

@jAnist
Copy link
Author

jAnist commented Oct 23, 2019

@xlogix
Copy link
Member

xlogix commented Oct 25, 2019

starting_indices_of_anagrams.txt

: It would be great if you can add the description along with the issue number.
Feel free to use our contribution guidelines (https://github.com/fnplus/interview-techdev-guide/blob/master/CONTRIBUTING.md#how-to-contribute-an-implementation-code) for reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest Not assigned to an issue PR has to be assigned to an issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants