data-structure-and-algorithms icon indicating copy to clipboard operation
data-structure-and-algorithms copied to clipboard

Check two strings are anagrams

Open ephremdeme opened this issue 4 years ago • 10 comments

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 avatar Sep 28 '20 20:09 ephremdeme

Can I do this in Java?

thomaslu2 avatar Sep 28 '20 20:09 thomaslu2

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

loknathbaskar avatar Sep 28 '20 21:09 loknathbaskar

I can do this using C++

yashasvimisra2798 avatar Sep 29 '20 00:09 yashasvimisra2798

I'll take doing this in javascript

dmchale avatar Sep 29 '20 02:09 dmchale

I can do this in Javascript or python

SaiKiranRebba avatar Sep 29 '20 04:09 SaiKiranRebba

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

ephremdeme avatar Sep 29 '20 06:09 ephremdeme

Please assign me this issue in c++

kashika3101 avatar Sep 30 '20 10:09 kashika3101

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

SaiKiranRebba avatar Sep 30 '20 11:09 SaiKiranRebba

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

MayankSingh173 avatar Sep 30 '20 16:09 MayankSingh173

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

ek08 avatar Oct 01 '20 17:10 ek08