码迷,mamicode.com
首页 >  
搜索关键字:should be repaired    ( 4956个结果
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-08-21 20:58:34    阅读次数:244
leetcode之Partition List,Reverse Nodes in k-Group
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 original relative order of...
分类:其他好文   时间:2014-08-21 19:23:34    阅读次数:295
Tomcat settings should be set in Tomcat Preference Page解决
选择tomcatversion,然户找到该tomcat的主目录,输入在tomcathome,下面的参数会自动配置,点击apply。然后在左边选择advanced,同样把tomcat的主目录复制在tomcatbase,点击apply。(Tomcat需要配置,不要点树形列表里面的加号,直接点Tomcat...
分类:其他好文   时间:2014-08-21 17:00:34    阅读次数:168
LeetCode "Median of Two Sorted Arrays"
1A! We get median of each array and compare them, then we know which half should be disguarded and how many should be disguarded.class Solution {publi...
分类:其他好文   时间:2014-08-21 13:13:24    阅读次数:191
HDU4970:Killing Monsters
Problem Description Kingdom Rush is a popular TD game, in which you should build some towers to protect your kingdom from monsters. And now another wave of monsters is coming and you need again to ...
分类:其他好文   时间:2014-08-20 14:08:52    阅读次数:169
【leetcode】LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-08-20 14:04:32    阅读次数:250
【Leetcode】Median of Two Sorted Array II
There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...
分类:其他好文   时间:2014-08-20 14:01:22    阅读次数:210
【Leetcode】Remove Duplicates from Sorted Array II
Follow up for "Remove Duplicates":What if duplicates are allowed at mosttwice?For example,Given sorted array A =[1,1,1,2,2,3],Your function should ret...
分类:其他好文   时间:2014-08-20 13:53:12    阅读次数:168
[LeetCode]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 o...
分类:其他好文   时间:2014-08-20 01:20:15    阅读次数:197
HDU - 4970 Killing Monsters
Problem Description Kingdom Rush is a popular TD game, in which you should build some towers to protect your kingdom from monsters. And now another wave of monsters is coming and you need again to kn...
分类:其他好文   时间:2014-08-20 00:08:55    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!