码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
LeetCode --- 87. Scramble String
题目链接: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 representation of s1 = "great": ...
分类:其他好文   时间:2015-04-07 23:33:46    阅读次数:556
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 tota...
分类:其他好文   时间:2015-04-07 10:07:07    阅读次数:94
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 telephon...
分类:其他好文   时间:2015-04-06 15:30:40    阅读次数:107
Sum Root to Leaf Numbers——LeetCode
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...
分类:其他好文   时间:2015-04-06 00:54:29    阅读次数:189
【leetcode】Sum Root to Leaf Numbers
Question: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...
分类:其他好文   时间:2015-04-04 01:08:13    阅读次数:190
[LeetCode] Letter Combinations of a Phone Number
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 telephone b...
分类:其他好文   时间:2015-04-03 01:38:10    阅读次数:160
[*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-04-01 00:06:37    阅读次数:119
Sum Root to Leaf Numbers
https://leetcode.com/problems/sum-root-to-leaf-numbers/Given a binary tree containing digits from0-9only, each root-to-leaf path could represent a num...
分类:其他好文   时间:2015-03-19 17:51:26    阅读次数:150
leetcode 题解 || 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 telephone buttons) is given belo...
分类:其他好文   时间:2015-03-19 11:30:42    阅读次数:138
Letter Combinations of a Phone Number
Letter Combinations of a Phone Number问题:iven a digit string, return all possible letter combinations that the number could represent.A mapping of digi...
分类:其他好文   时间:2015-03-15 16:30:01    阅读次数:148
1045条   上一页 1 ... 84 85 86 87 88 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!