码迷,mamicode.com
首页 >  
搜索关键字:around    ( 886个结果
UVA 1600 Patrol Robot(机器人穿越障碍最短路线BFS)
UVA1600PatrolRobotTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluDescriptionA robot has to patrol around a rectangular area which...
分类:其他好文   时间:2015-07-23 13:44:52    阅读次数:159
8 Great Java 8 Features No One's Talking about--转载
原文地址:http://www.infoq.com/articles/Java-8-Quiet-FeaturesIf you haven’t seen some of the videos or tutorials around Java 8, you’ve probably been super-...
分类:编程语言   时间:2015-07-22 20:21:58    阅读次数:166
#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 But the f...
分类:其他好文   时间:2015-07-22 16:10:25    阅读次数:102
UVA 1600
Description A robot has to patrol around a rectangular area which is in a form of mxn grid (m rows and n columns). The rows are labeled from 1 to m. The columns are labeled from 1 to n. A cell...
分类:其他好文   时间:2015-07-22 16:08:35    阅读次数:124
UVA 1600
DescriptionA robot has to patrol around a rectangular area which is in a form ofmxngrid (mrows andncolumns). The rows are labeled from 1 tom. The colu...
分类:其他好文   时间:2015-07-21 12:31:31    阅读次数:102
[LeetCode][Java] 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 ...
分类:编程语言   时间:2015-07-20 23:43:46    阅读次数:199
[leedcode 101] 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 / \ ...
分类:其他好文   时间:2015-07-20 18:38:42    阅读次数:93
URAL1721——二分匹配——Two Sides of the Same Coin
Side onePoll flew above the City. Bright street lights flashed by below. He was winding his way around needle-sharp spires of communication towers and...
分类:其他好文   时间:2015-07-17 22:25:59    阅读次数:137
POJ 2828 线段树(想法)
Buy TicketsTime Limit:4000MSMemory Limit:65536KTotal Submissions:15422Accepted:7684DescriptionRailway tickets were difficult to buy around the Lunar N...
分类:其他好文   时间:2015-07-17 16:02:04    阅读次数:131
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 / \ ...
分类:其他好文   时间:2015-07-15 10:42:31    阅读次数:111
886条   上一页 1 ... 60 61 62 63 64 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!