码迷,mamicode.com
首页 >  
搜索关键字:leecode duplicates    ( 1908个结果
Remove Duplicates from Sorted Array
[leetcode]Remove Duplicates from Sorted Array...
分类:其他好文   时间:2014-09-17 21:54:52    阅读次数:199
Leetcode: Construct Binary Tree from Preorder and Inorder Transversal
Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.难度:95,参考了网上的思路。...
分类:其他好文   时间:2014-09-16 12:09:00    阅读次数:174
Remove Duplicates from Sorted List
[leetcode]Remove Duplicates from Sorted List...
分类:其他好文   时间:2014-09-15 11:23:08    阅读次数:126
Remove Duplicates from Sorted List II
[leetcode]Remove Duplicates from Sorted List II...
分类:其他好文   时间:2014-09-15 11:22:01    阅读次数:192
[leecode]Implement strStr()
Implement strStr()Implement strStr().Returns a pointer to the first occurrence of needle in haystack, ornullif needle is not part of haystack.实现String...
分类:其他好文   时间:2014-09-15 00:54:37    阅读次数:185
[LeetCode]Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You may assume no duplicates in the array....
分类:其他好文   时间:2014-09-14 22:10:17    阅读次数:146
leetcode Remove Duplicates from Sorted Array II
1 /***************************************************************** 2 created: 2014/09/13 16:16 3 filename: remove-duplicates-from-sorted-arra...
分类:其他好文   时间:2014-09-13 22:43:46    阅读次数:192
Remove Duplicates from Sorted List
Given a sorted linked list, delete all duplicates such that each element appear onlyonce.For example,Given1->1->2, return1->2.Given1->1->2->3->3, retu...
分类:其他好文   时间:2014-09-13 20:01:15    阅读次数:205
Leetcode- Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You may assume no duplicates in the array。...
分类:其他好文   时间:2014-09-11 17:28:02    阅读次数:207
LeetCode - Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:其他好文   时间:2014-09-10 09:26:30    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!