Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 59 下一页

2015年3月4日

摘要: https://oj.leetcode.com/problems/reorder-list/ Given a singly linked list L: L0→L1→…→Ln-1→Ln,reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→… You must do this i 阅读全文
posted @ 2015-03-04 15:02 NickyYe 阅读(251) 评论(0) 推荐(0) 编辑

2015年3月3日

摘要: https://oj.leetcode.com/problems/remove-duplicates-from-sorted-list-ii/ Given a sorted linked list, delete all nodes that have duplicate numbers, leav 阅读全文
posted @ 2015-03-03 19:38 NickyYe 阅读(179) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/convert-sorted-list-to-binary-search-tree/Given a singly linked list where elements are sorted in ascending order, co... 阅读全文
posted @ 2015-03-03 13:50 NickyYe 阅读(220) 评论(0) 推荐(0) 编辑

2015年3月2日

摘要: https://oj.leetcode.com/problems/symmetric-tree/Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For exam... 阅读全文
posted @ 2015-03-02 19:20 NickyYe 阅读(205) 评论(0) 推荐(0) 编辑

2015年2月28日

摘要: https://oj.leetcode.com/problems/valid-sudoku/Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partia... 阅读全文
posted @ 2015-02-28 20:41 NickyYe 阅读(186) 评论(0) 推荐(0) 编辑

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 59 下一页