Given a three-word puzzle like the one above, create an algorithm that finds a solution. For simplicity, let's assume all letters are upper-case English letters. A naive way of solving this would be to check every numerical value from 0 to 9 for each letter that appears in the 3 words...