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

Anagrams in python and C++ #62

Open
Rahul555-droid opened this issue Jan 8, 2021 · 1 comment
Open

Anagrams in python and C++ #62

Rahul555-droid opened this issue Jan 8, 2021 · 1 comment

Comments

@Rahul555-droid
Copy link

Definition

A word w is an anagram of a word v if a permutation of the letters transforming w
into v exists. Given a set of n words of length at most k, we would like to detect all
possible anagrams.

  • input: below the car is a rat drinking cider and bending its elbow while this thing
    is an arc that can act like a cat which cried during the night caused by pain in its
    bowel
  • output: {bowel below elbow}, {arc car}, {night thing}, {cried cider}, {act cat}

I can implement this in python and C++

Please assign me this issue under SWOC

@Rahul555-droid
Copy link
Author

I would want to work on this issue for SWOC and would want to implement this in python.

Please assign me this!!

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