DS-Algo-Point icon indicating copy to clipboard operation
DS-Algo-Point copied to clipboard

Anagrams

Open PrinceKhatick opened this issue 5 years ago • 12 comments

🚀 Feature

Two strings, a and b, are called anagrams if they contain all the same characters in the same frequencies. For example, the anagrams of CAT are CAT, ACT, TAC, TCA, ATC, and CTA.

Have you read the Contribution Guidelines?

Yes

Pitch

As this will add some concepts about String manipulation and String Builder class in Java.

Assignees

@PrinceKhatick - Java @piyushsharma220699 - C++ @otacon94 - Python @ShrutiRawal - C @Corentin-Leffy - Kotlin

PrinceKhatick avatar Oct 08 '20 15:10 PrinceKhatick

@sukritishah15 please assign this to me.

PrinceKhatick avatar Oct 08 '20 15:10 PrinceKhatick

I'll do this in C++. Please Assign me :)

thepiyushway avatar Oct 08 '20 18:10 thepiyushway

@PrinceKhatick - Java @piyushsharma220699 - C++ Assigned

sukritishah15 avatar Oct 08 '20 19:10 sukritishah15

I can do this in python, please assign this to me

otacon94 avatar Oct 08 '20 20:10 otacon94

Hi @sukritishah15 , I can do this in C, please assign this to me:)

ShrutiRawal avatar Oct 09 '20 09:10 ShrutiRawal

@otacon94 - Python @ShrutiRawal - C Assigned

sukritishah15 avatar Oct 09 '20 10:10 sukritishah15

I'd like to do this for C#. Please assign it to me @sukritishah15 .

BelleBytes avatar Oct 11 '20 14:10 BelleBytes

i would like to do this in js, but just to clarify the function receive 2 strings and return 1 if they are anagrams of each other, else 0?

gfmota avatar Oct 14 '20 20:10 gfmota

Yes @gfmota !

thepiyushway avatar Oct 14 '20 21:10 thepiyushway

Hello there 👋 , is it possible to do the Kotlin one please ?

c-leffy avatar Oct 16 '20 19:10 c-leffy

can someone assing this for me in javascript?

gfmota avatar Oct 16 '20 22:10 gfmota

@PrinceKhatick I can do this using java

shubhig226 avatar Oct 20 '22 21:10 shubhig226