leetle

Daily challenge for 2025-01-05

5. Valid Anagram

Write a function solve that determines if two strings are anagrams of each other. An anagram is a word formed by rearranging the letters of another word.

Example:
Input: "listen", "silent"
Output: True

Run this challenge interactively in Python or JavaScript when the app loads.