Skip to content

Check two strings are anagrams #53

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

Open
ephremdeme opened this issue Sep 28, 2020 · 10 comments
Open

Check two strings are anagrams #53

ephremdeme opened this issue Sep 28, 2020 · 10 comments
Labels
C++ C++ implmentation C# C# implementation Hacktoberfest hacktoberfest2020 hacktoberfest2020 for 2020 Java java implementation Javascript JavaScript implementation Python python implementation

Comments

@ephremdeme
Copy link
Owner

Check weather the given two strings are anagrams of each other, i.e weather they contain the same letter.

Example :
Input: abc & cab //abc is anagrams with cab, bac, cab..
Output: True

@ephremdeme ephremdeme added C# C# implementation C++ C++ implmentation Hacktoberfest hacktoberfest2020 hacktoberfest2020 for 2020 Java java implementation Javascript JavaScript implementation Python python implementation labels Sep 28, 2020
@thomaslu2
Copy link

Can I do this in Java?

@loknathbaskar
Copy link

I have this logic in my git library. Done using C#.

@yashasvimisra2798
Copy link
Contributor

I can do this using C++

@dmchale
Copy link
Contributor

dmchale commented Sep 29, 2020

I'll take doing this in javascript

@SaiKiranRebba
Copy link

SaiKiranRebba commented Sep 29, 2020

I can do this in Javascript or python

@ephremdeme
Copy link
Owner Author

Then do it and PR me , i will merge your request.

@kashika3101
Copy link

Please assign me this issue in c++

@SaiKiranRebba
Copy link

Then do it and PR me , i will merge your request.
Sure, I will do it and raise pr.

@MayankSingh173
Copy link
Contributor

I would like to contribute to this anagrams problem in java.

@ek08
Copy link
Contributor

ek08 commented Oct 1, 2020

Hey @ephremdeme I have implemented this in Java.My PR is #157

Kanhakhatri065 added a commit that referenced this issue Oct 10, 2020
Adding Check two strings are anagrams - in Racket - for issue #53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ C++ implmentation C# C# implementation Hacktoberfest hacktoberfest2020 hacktoberfest2020 for 2020 Java java implementation Javascript JavaScript implementation Python python implementation
Projects
None yet
Development

No branches or pull requests

9 participants