2014年9月14日

leetcode - Populating Next Right Pointers in Each Node I&II

摘要: Populating Next Right Pointers in Each Node IGiven a binary tree struct TreeLinkNode { TreeLinkNode *left; TreeLinkNode *right; Tree... 阅读全文

posted @ 2014-09-14 21:26 laihaiteng 阅读(164) 评论(0) 推荐(0) 编辑

leetcode - Longest Palindromic Substring

摘要: Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa... 阅读全文

posted @ 2014-09-14 12:33 laihaiteng 阅读(145) 评论(0) 推荐(0) 编辑

导航