알고리즘/CodeSignal

Given the string, check if it is a palindrome. Example For inputString = "aabaa", the output should be solution(inputString) = true; For inputString = "abac", the output should be solution(inputString) = false; For inputString = "a", the output should be solution(inputString) = true. Input/Output [execution time limit] 3 seconds (java) [input] string inputString A non-empty string consisting of ..
개발자 정지은
'알고리즘/CodeSignal' 카테고리의 글 목록