Closed SnehaAgarwal361 closed 3 years ago
i would like to work on this issue using strings in C++
Valid Anagram Given two strings s and t, return true if t is an anagram of s, and false otherwise.
Example 1:
Input: s = "anagram", t = "nagaram" Output: true Example 2:
Input: s = "rat", t = "car" Output: false
PLEASE ASSIGN ME THIS ISSUE @ravikr126 @Saurabh4626 @Ayush7614
Aim
i would like to work on this issue using strings in C++
Details
Valid Anagram Given two strings s and t, return true if t is an anagram of s, and false otherwise.
Example 1:
Input: s = "anagram", t = "nagaram" Output: true Example 2:
Input: s = "rat", t = "car" Output: false
Programming language