码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
[Leetcode] Scramble String
Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation...
分类:其他好文   时间:2014-11-01 17:46:15    阅读次数:151
[Leetcode][JAVA] Sum Root to Leaf Numbers
Given a binary tree containing digits from0-9only, each root-to-leaf path could represent a number.An example is the root-to-leaf path1->2->3which rep...
分类:编程语言   时间:2014-10-27 08:10:18    阅读次数:196
leetcode第18题--Letter Combinations of a Phone Number
Problem:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the ...
分类:其他好文   时间:2014-10-18 23:48:28    阅读次数:156
Icon and Image Sizes IOS 8.0 apple
Icon and Image SizesEvery app needs an app icon and a launch file or image. In addition, some apps need custom icons to represent app-specific content...
分类:移动开发   时间:2014-10-16 12:39:42    阅读次数:298
poj2443(简单的状态压缩)
POJ2443 Set Operation Time Limit: 3000MS   Memory Limit: 65536K Total Submissions: 2679   Accepted: 1050 Description You are given N sets, the i-th set (represent...
分类:其他好文   时间:2014-10-11 15:40:55    阅读次数:150
OpenCASCADE Conic to BSpline Curves-Hyperbola
Abstract. Rational Bezier Curve can represent conic curves such as circle, ellipse, hyperbola, .etc. But how to convert a conic curve to BSpline curve...
分类:其他好文   时间:2014-10-07 17:41:43    阅读次数:362
Decks
Now that we have Card objects, the next step is to define a class to represent decks. Since a deck is made up cards, a natural choice is for each Deck...
分类:其他好文   时间:2014-10-06 17:49:50    阅读次数:197
UVA 297 Quadtrees(四叉树建树、合并与遍历)
K -QuadtreesTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusAppoint description:DescriptionQuadtreesA quadtree is a represent....
分类:其他好文   时间:2014-10-05 19:01:58    阅读次数:203
Leetcode-Letter Combinations of a Phone Number
题目:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telep...
分类:其他好文   时间:2014-10-05 15:11:48    阅读次数:206
Leetcode: Scramble String
Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representatio...
分类:其他好文   时间:2014-10-05 04:01:47    阅读次数:232
1045条   上一页 1 ... 94 95 96 97 98 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!