码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
OAuth:Access to shared resources via web applications
A web application which wants to gain access to shared resources should redirect the user to a page of the authorization server. When doing so, it inf...
分类:移动开发   时间:2014-11-18 13:24:43    阅读次数:241
[label][phalcon] How to install Phalcon extension for Zend Server 6.3.0 for windows 7 64bit
At first , you should download Phalcon DLL file.You can download from this link under.http://static.phalconphp.com/files/phalcon_x86_VC9_php5.3.9_1.3....
分类:Windows程序   时间:2014-11-18 11:45:27    阅读次数:549
Single Number
Single NumberGiven an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runti...
分类:其他好文   时间:2014-11-17 22:27:14    阅读次数:249
Leetcode-Spiral Matrix II
Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order. For example,Given n = 3,You should return the followin...
分类:其他好文   时间:2014-11-17 06:53:48    阅读次数:152
Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:其他好文   时间:2014-11-16 21:28:53    阅读次数:140
Swap Nodes in Pairs
Given a linked list, swap every two adjacent nodes and return its head.For example,Given1->2->3->4, you should return the list as2->1->4->3.Your algor...
分类:其他好文   时间:2014-11-16 15:57:02    阅读次数:131
[Leetcode] Partition List
Given a linked list and a valuex, partition it such that all nodes less thanxcome before nodes greater than or equal tox.You should preserve the origi...
分类:其他好文   时间:2014-11-16 09:24:55    阅读次数:216
Leetcode-Partition List
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.You should preserve the o...
分类:其他好文   时间:2014-11-16 08:15:41    阅读次数:222
Leetcode-Remove Duplicates from Sorted Array II
Follow up for "Remove Duplicates":What if duplicates are allowed at most twice?For example,Given sorted array A = [1,1,1,2,2,3],Your function should ....
分类:其他好文   时间:2014-11-16 08:14:58    阅读次数:196
leetcode [64] merge tow sorted lists
之前忘记记录这题了,现在补上。合并两个有序的list,要求是:Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes o...
分类:其他好文   时间:2014-11-15 18:30:36    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!