Code: Search a Reverse Substring
摘要:
You are given a String input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. 阅读全文
posted @ 2007-01-16 23:49 birdshome 阅读(2197) 评论(2) 推荐(0) 编辑