Coding Problems
Word Break II
HardReturn all possible sentence constructions from dictionary words
Text Justification
HardArrange words in lines with maxWidth, adding extra spaces as needed
Count the number of distinct subsequences of S that equal T
Find shortest substring of S that contains all characters of T in order
Implement regular expression matching with support for "." and "*"
Shortest Way to Form String
MediumFind minimum subsequences of source needed to form target
Find the kth bit in the nth binary string sequence
Zigzag Conversion
MediumConvert string to zigzag pattern and read row-wise
Basic Calculator II
MediumImplement a basic calculator to evaluate simple expressions
Valid Parenthesis String
MediumCheck if a string with wildcards can be valid parentheses
Palindromic Substrings
MediumCount how many palindromic substrings in a string
Find the length of the longest substring with same letters after k replacements
Find all start indices of p's anagrams in s