leetle

Daily challenge for 2025-04-27

117. Ransom Note

Write a function solve that determines if a ransom note can be constructed from a magazine string.

Example:
Input: ransomNote="aa", magazine="aab"
Output: true

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