Given two strings, check if they are anagrams or not.
An anagram of a string is another string that contains same characters, only the order of characters can be different.
For example: 'word' and 'ordw' are anagrams, 'abcd' and 'abcdb' are not anagrams.
Yes
Helps in understanding strings and how to optimize the solution.
This will increase the understanding of string manipulation.
Assignees:
C++: @sukritidawar
Python: @AdityaJ7
Java: @salonilakhotia
C: @AakritiKinra
I would like to work on this issue in c++
I would like to work on this issue with python
I would like to work on java if it is in hakincodes
I would like to work on this in C if it is under CH20
@Kajol-Kumari I have made the PR in java. Kindly review it
https://github.com/TesseractCoding/NeoAlgo/pull/892
We are logging the scores for the Contributor's Hack 2020. If you have one or more than one PR merged during the program, make sure to fill this form
Please assign me I would like to implement it in C++