ephremdeme / ephremdeme/data-structure-and-algorithms
Check two strings are anagrams
Open
C#
C++
Hacktoberfest
hacktoberfest2020
Java
Javascript
Python
- Dominant language
- C++
- Stars
- 50
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.