Loading...
Loading...
A growing set of coding problems solved locally with tests, then published as concise markdown explanations.
February 27, 2026
Given a string s, return true if it is a palindrome after converting all uppercase letters into lowercase letters and removing all non-alphanumeric characters.
February 26, 2026
Given an integer array nums, return true if any value appears at least twice, and false if all elements are distinct.
February 26, 2026
Given two strings s and t, return true if t is an anagram of s, and false otherwise.
February 25, 2026
Given an array of integers and a target, return the indices of two numbers that add up to the target.