Questions to ask the interviewer: Can I assume the input string only contains ASCII characters? Should I consider case sensitivity (i.e., ‘a’ and ‘A’ as different characters)? What should the function return if the input string is empty? Edge Cases: The input string is empty. The ...