码迷,mamicode.com
首页 >  
搜索关键字:around    ( 886个结果
DP计数(UVA 885&&POJ 2704)
Walking on the Safe Side  Square City is a very easy place for people to walk around. The two-way streets run North-South or East-West dividing the city into regular blocks. Most street int...
分类:其他好文   时间:2014-11-14 19:47:01    阅读次数:270
[LeetCode] Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-11-13 22:22:11    阅读次数:221
LeetCode——Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-11-13 22:20:24    阅读次数:224
Leetcode-Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-11-09 06:18:31    阅读次数:179
《Crazy tea party》
Descriptionn participants of ?crazy tea party? sit around the table. Each minute one pair of neighbors can change their places. Find the minimum time ...
分类:其他好文   时间:2014-11-09 00:56:48    阅读次数:241
Java——String.split()函数
在java doc里有String[] java.lang.String.split(String regex)Splits this string around matches of the given regular expression.This method works as if by i...
分类:编程语言   时间:2014-11-07 00:54:21    阅读次数:334
POJ2828Buy Tickets
DescriptionRailway tickets were difficult to buy around the Lunar New Year in China, so we must get up early and join a long queue…The Lunar New Year ...
分类:其他好文   时间:2014-11-05 17:03:26    阅读次数:150
LeetCode:Symmetric Tree
题目描述: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric: 1 / 2 2 / \ / 3 4 4 3 ...
分类:其他好文   时间:2014-11-04 17:24:06    阅读次数:132
Array types are now written with the brackets around the element type问题的解决方法
Swift 教程《The Swift Programming Language》来写 let emptyArray = String[]() 时会提示“Array types are now written with the brackets around the element type”错误,...
分类:其他好文   时间:2014-11-03 17:48:41    阅读次数:230
Ural 1966 Cycling Roads
================Cycling Roads================DescriptionWhen Vova was in Shenzhen, he rented a bike and spent most of the time cycling around the city...
分类:其他好文   时间:2014-11-03 12:57:53    阅读次数:213
886条   上一页 1 ... 75 76 77 78 79 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!