Anagrams
🚀 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
@sukritishah15 please assign this to me.
I'll do this in C++. Please Assign me :)
@PrinceKhatick - Java @piyushsharma220699 - C++ Assigned
I can do this in python, please assign this to me
Hi @sukritishah15 , I can do this in C, please assign this to me:)
@otacon94 - Python @ShrutiRawal - C Assigned
I'd like to do this for C#. Please assign it to me @sukritishah15 .
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?
Yes @gfmota !
Hello there 👋 , is it possible to do the Kotlin one please ?
can someone assing this for me in javascript?
@PrinceKhatick I can do this using java