Anagram Check

Easy

📝 Description

Check if two strings are anagrams (same characters different order)

Input Format

Two space-separated strings

Output Format

true/false

Constraints

Length ≤ 1000

🔍 Sample Input

listen silent
            

✅ Sample Output

true
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run