码迷,mamicode.com
首页 >  
搜索关键字:follow    ( 4585个结果
iOS 学习笔记 二 (2015.02.26)
How To Use Git Source Control with Xcode in iOS 6If you're new here, you may want to subscribe to myRSS feedor follow me onTwitter. Thanks for visitin...
分类:移动开发   时间:2015-02-26 14:36:37    阅读次数:243
Robot Motion(imitate)
Robot MotionTime Limit:1000MSMemory Limit:10000KTotal Submissions:11065Accepted:5378DescriptionA robot has been programmed to follow the instructions ...
分类:其他好文   时间:2015-02-25 21:02:17    阅读次数:206
LeetCode-73 Set Matrix Zeroes
Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up:Did you use extra space?A s...
分类:其他好文   时间:2015-02-16 19:31:08    阅读次数:187
leetcode_141_ Linked List Cycle
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢  Linked List Cycle Given a linked list, determine if it has a cycle in it. Follow up: Can you solve it without using extra space? 一开始使用了复杂度O(n^2)的方法,但是超时了,使用两个指...
分类:其他好文   时间:2015-02-16 11:43:26    阅读次数:140
leetcode_142_Linked List Cycle II
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢Linked List Cycle IIGiven a linked list, return the node where the cycle begins. If there is no cycle, return null.Follow up: Can you solve it without using extra space?扩展问题 在...
分类:其他好文   时间:2015-02-16 11:42:22    阅读次数:175
LeetCode Remove Duplicates from Sorted Array II
Remove Duplicates from Sorted Array II  Total Accepted: 32492 Total Submissions: 105872My Submissions Question  Solution  Follow up for "Remove Duplicates": What if duplicates are a...
分类:其他好文   时间:2015-02-16 00:33:14    阅读次数:181
LeetCode-48 Rotate Image
You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?思路1:新建一个新的二维矩阵,原矩阵按...
分类:其他好文   时间:2015-02-15 19:22:15    阅读次数:149
Remove Duplicates from Sorted Array II
本文是在学习中的总结,欢迎转载但请注明出处:http://blog.csdn.net/pistolove/article/details/43835055 Follow up for "Remove Duplicates": What if duplicates are allowed at most twice? For example, Given sorted array...
分类:其他好文   时间:2015-02-15 15:11:07    阅读次数:178
leetcode------Find Minimum in Rotated Sorted Array II
标题:Find Minimum in Rotated Sorted Array II通过率:31.1%难度:难Follow upfor "Find Minimum in Rotated Sorted Array":What ifduplicatesare allowed?Would this aff...
分类:其他好文   时间:2015-02-15 12:07:22    阅读次数:133
[LeetCode] Populating Next Right Pointers in Each Node II 每个节点的右向指针之二
Follow up for problem "Populating Next Right Pointers in Each Node".What if the given tree could be any binary tree? Would your previous solution stil...
分类:其他好文   时间:2015-02-13 14:38:31    阅读次数:364
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!