Given two strings, determine if the first string is equal to the second string ignoring any differences in case.
Explanation: Case-insensitive comparison returns true.
Analyze constraints and compute optimal solutions step-by-step.
No dry run loaded.
🚀 Practice this problem
Run code, get AI hints & track streak