Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative integers be palindromes? ...
分类:
其他好文 时间:
2016-05-20 00:59:52
阅读次数:
187
Palindrome Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 59101 Accepted: 20532 Description A palindrome is a symmetrical string, that is, ...
分类:
其他好文 时间:
2016-05-15 19:44:02
阅读次数:
205
Palindrome Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 59094 Accepted: 20528 Description A palindrome is a symmetrical string, that is, ...
分类:
其他好文 时间:
2016-05-15 18:16:22
阅读次数:
183
Given a singly linked list, determine if it is a palindrome. Follow up:Could you do it in O(n) time and O(1) space? Subscribe to see which companies a ...
分类:
其他好文 时间:
2016-05-13 14:24:03
阅读次数:
181
https://leetcode.com/problems/palindrome-pairs/ Given a list of unique words. Find all pairs of distinct indices (i, j) in the given list, so that the ...
分类:
其他好文 时间:
2016-05-13 14:12:43
阅读次数:
232
Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative integers be palindromes? ...
分类:
其他好文 时间:
2016-05-13 10:10:34
阅读次数:
126