Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 59 下一页

2015年5月25日

摘要: https://leetcode.com/problems/contains-duplicate/Given an array of integers, find if the array contains any duplicates. Your function should return tr... 阅读全文
posted @ 2015-05-25 13:57 NickyYe 阅读(229) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/combination-sum-iii/ Find all possible combinations of k numbers that add up to a number n, given that only numbers from 阅读全文
posted @ 2015-05-25 10:50 NickyYe 阅读(216) 评论(0) 推荐(0) 编辑

2015年5月21日

摘要: https://leetcode.com/problems/merge-sorted-array/Given two sorted integer arraysnums1andnums2, mergenums2intonums1as one sorted array.Note:You may ass... 阅读全文
posted @ 2015-05-21 14:59 NickyYe 阅读(174) 评论(0) 推荐(0) 编辑

2015年5月19日

摘要: https://leetcode.com/problems/reverse-linked-list/Reverse a singly linked list.解题思路:类似于插入排序,始终将当前节点插入到最前方。/** * Definition for singly-linked list. * p... 阅读全文
posted @ 2015-05-19 16:33 NickyYe 阅读(209) 评论(0) 推荐(0) 编辑

2015年5月18日

摘要: https://leetcode.com/problems/binary-tree-postorder-traversal/Given a binary tree, return thepostordertraversal of its nodes' values.For example:Given... 阅读全文
posted @ 2015-05-18 11:18 NickyYe 阅读(147) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 59 下一页