Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年1月31日

摘要: https://oj.leetcode.com/problems/merge-two-sorted-lists/ Merge two sorted linked lists and return it as a new list. The new list should be made by spl 阅读全文
posted @ 2015-01-31 23:11 NickyYe 阅读(188) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/convert-sorted-array-to-binary-search-tree/Given an array where elements are sorted in ascending order, convert it to... 阅读全文
posted @ 2015-01-31 22:39 NickyYe 阅读(350) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/edit-distance/Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each o... 阅读全文
posted @ 2015-01-31 20:19 NickyYe 阅读(156) 评论(0) 推荐(0) 编辑