2015年12月9日

摘要: Palindrome Linked ListImplement a function to check if a linked list is a palindrome.ExampleGiven 1->2->1, return trueChallengeCould you do it in O(n)... 阅读全文
posted @ 2015-12-09 06:03 一心一念 阅读(134) 评论(0) 推荐(0) 编辑

导航