Given a string s, you are allowed to convert it to a palindrome by adding characters in front of it. Find and return the shortest palindrome you can find by per...
Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators. The valid op...
Given a digit string, return all possible letter combinations that the number could represent.