300x250 checkPalindrome1 Codesignal - checkPalindrome Given the string, check if it is a palindrome. Example. For inputString = "aabaa", the output should be checkPalindrome(inputString) = true; For inputString = "abac", the output should be checkPalindrome(inputString) = false; For inputString = "a", the output should be checkPalindrome(inputString) = true. Input/Output [execution time limit] 20 seconds (swift) [input] string inputStringGuaranteed.. 2021. 5. 1. 이전 1 다음 300x250