摘要: Merge k Sorted ListsMergeksorted linked lists and return it as one sorted list. Analyze and describe its complexity.https://leetcode.com/submissions/d... 阅读全文
posted @ 2015-05-19 14:16 `Liok 阅读(761) 评论(0) 推荐(1) 编辑
摘要: Merge Two Sorted ListsMerge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the fir... 阅读全文
posted @ 2015-05-19 13:25 `Liok 阅读(899) 评论(0) 推荐(0) 编辑
摘要: Valid SudokuDetermine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are ... 阅读全文
posted @ 2015-05-19 00:13 `Liok 阅读(424) 评论(0) 推荐(0) 编辑