随笔分类 -  回文

摘要:Longest Palindromic Subsequence 题解 题目来源:https://leetcode.com/problems/longest palindromic subsequence/description/ Description Given a string s, find 阅读全文
posted @ 2018-04-10 17:01 言何午 阅读(111) 评论(0) 推荐(0)
摘要:Palindrome Number 题解 题目来源:https://leetcode.com/problems/palindrome number/description/ Description Determine whether an integer is a palindrome. Do th 阅读全文
posted @ 2018-01-29 09:45 言何午 阅读(103) 评论(0) 推荐(0)
摘要:Longest Palindromic Substring 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/longest palindromic substring/description/ Description Given a string s, 阅读全文
posted @ 2018-01-20 19:47 言何午 阅读(107) 评论(0) 推荐(0)
摘要:Palindrome Partitioning 题解 原创文章,拒绝转载 题目来源:https://leetcode.com/problems/palindrome partitioning/description/ Description Given a string s, partition s 阅读全文
posted @ 2017-11-30 23:02 言何午 阅读(114) 评论(0) 推荐(0)