leetle

Daily challenge for 2025-04-25

115. Isomorphic Strings

Write a function solve that determines if two strings are isomorphic (can be mapped one-to-one).

Example:
Input: s="egg", t="add"
Output: true

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