ephremdeme / ephremdeme/data-structure-and-algorithms

Check two strings are anagrams

Open
#53 10 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.