摘要: 题目:翻转整数 Given a 32-bit signed integer, reverse digits of an integer. Example 1: Example 2: Example 3: Note:Assume we are dealing with an environment w 阅读全文
posted @ 2019-03-10 12:15 风影旋新月 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 题目:最长的回文串 Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example 1: Example 2: 解答 阅读全文
posted @ 2019-03-10 10:53 风影旋新月 阅读(115) 评论(0) 推荐(0) 编辑