码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
1027. Colors in Mars (20)
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, where the first 2 digits are for Red, the middle 2 dig...
分类:其他好文   时间:2015-03-03 18:41:14    阅读次数:133
1027. Colors in Mars
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, where the first 2 digits are for Red, the middle 2 dig...
分类:其他好文   时间:2015-03-03 09:59:09    阅读次数:150
Leetcode 17 Letter Combinations of a Phone Number - DFS思想
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2015-02-13 09:13:59    阅读次数:127
leetcode[17]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 telephon...
分类:其他好文   时间:2015-02-10 14:44:37    阅读次数:181
leetcode[87]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...
分类:其他好文   时间:2015-02-09 15:31:37    阅读次数:149
LeetCode 017 Letter Combinations of a Phone Number
题目描述:Letter Combinations of a Phone NumberGiven a digit string, return all possible letter combinations that the number could represent.A mapping of d...
分类:其他好文   时间:2015-02-07 17:07:13    阅读次数:191
[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 telephon...
分类:其他好文   时间:2015-02-06 11:12:30    阅读次数:95
Whitespace character
Incomputer science,whitespaceis anycharacteror series of whitespace characters that represent horizontal or verticalspaceintypography. When rendered, ...
分类:其他好文   时间:2015-02-05 20:21:10    阅读次数:302
[LeetCode] Sum Root to Leaf Numbers 求根到叶节点数字之和
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number.An example is the root-to-leaf path 1->2->3 which...
分类:其他好文   时间:2015-02-05 00:39:43    阅读次数:144
Sum Root to Leaf Numbers
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 which represents the number 123. Find the tota...
分类:其他好文   时间:2015-02-04 21:57:07    阅读次数:180
1045条   上一页 1 ... 86 87 88 89 90 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!