Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:
其他好文 时间:
2015-04-14 23:12:41
阅读次数:
111
目录目录
题目
解题思路
AC SQL题目Write a SQL query to find all duplicate emails in a table named Person.
Id
Email 1
a@b.com
2
c@d.com
3
a@b.com
For example, your query should return the following fo...
分类:
其他好文 时间:
2015-04-14 14:38:54
阅读次数:
154
问题:Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space fo...
分类:
其他好文 时间:
2015-04-13 20:36:36
阅读次数:
102
看了一上午才看懂~~渣渣学习中#include
#include
#define inf 0x3fffffff
int visit[101],map[101][101],minpos[101],n;
int prim()
{
int pos,t=0,ant=0,p,min;
visit[0]=1;
minpos[t++]=0;
while(t<n)
{
min=inf;
fo...
分类:
Web程序 时间:
2015-04-13 12:57:04
阅读次数:
173
fo域名为法罗群岛的国家域名,法罗群岛总面积约1399平方公里,人口约4.9万人。fo域名的中文“佛”可以译为“知者、觉者”。fo在酒店中也可以是前厅部的英文缩写、fo也可以是海关的常用专有词free out(船方不负担卸货费的意思),fo还可以指follow(跟随的意思)。fo域名寓意繁多,拥有....
分类:
其他好文 时间:
2015-04-10 19:27:40
阅读次数:
252
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:
其他好文 时间:
2015-04-10 12:56:54
阅读次数:
109
平常工作中的关于XCode出现bug解决之后一定要做个记录,要不下次真的再遇到只记得遇到过,怎么解决的是真忘了。
COM+R运行xcode之后,模拟器半天没反应,待会会出现这个下面图1这样的弹框,另外timed out waiting for device to boot这句话的一个弹框,不过问题解决了这个图2的弹框没有及时截图,只记得这句话。
出现这种问题大部分都是在升级XC...
分类:
移动开发 时间:
2015-04-09 15:30:51
阅读次数:
520
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:
其他好文 时间:
2015-04-09 15:18:13
阅读次数:
115
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:
移动开发 时间:
2015-04-09 15:09:04
阅读次数:
172
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:
其他好文 时间:
2015-04-08 13:03:51
阅读次数:
158