Check Anagram
Easy📝 Description
Check if two strings are anagrams of each other
Input Format
Two space-separated strings
Output Format
"true" if anagrams, "false" otherwise
Constraints
Strings length ≤ 1000
🔍 Sample Input
listen silent
✅ Sample Output
true
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run