码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
[LeetCode]129.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. Fin...
分类:其他好文   时间:2015-01-01 22:33:42    阅读次数:208
[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 represents the number 123. Find the ...
分类:其他好文   时间:2014-12-30 23:40:44    阅读次数:173
【leetcode】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 digit ...
分类:其他好文   时间:2014-12-29 22:56:03    阅读次数:231
[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 telepho...
分类:其他好文   时间:2014-12-28 15:24:35    阅读次数:123
Leetcode:Scramble String 解题报告
Scramble StringGiven a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible...
分类:其他好文   时间:2014-12-27 21:37:15    阅读次数:192
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 represents the number 123. Fi...
分类:其他好文   时间:2014-12-26 18:46:42    阅读次数:178
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 ...
分类:其他好文   时间:2014-12-24 17:39:33    阅读次数:147
Letter Combinations of a Phone Number -- leetcode
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telephone buttons) is given below. Input:Digit string...
分类:其他好文   时间:2014-12-23 19:40:19    阅读次数:192
【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 represents the number 123. Find th...
分类:其他好文   时间:2014-12-23 15:35:28    阅读次数:167
【LeetCode】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 digit ...
分类:其他好文   时间:2014-12-20 15:23:53    阅读次数:149
1045条   上一页 1 ... 90 91 92 93 94 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!