码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
Java for LeetCode 087 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...
分类:编程语言   时间:2015-05-20 01:57:32    阅读次数:192
【Sum Root to Leaf Numbers】cpp
题目: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 ...
分类:其他好文   时间:2015-05-18 12:45:37    阅读次数:100
【LeetCode】Sort Colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers 0, 1, and 2 to represent the color red, white, and bl...
分类:其他好文   时间:2015-05-13 13:00:34    阅读次数:95
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-05-13 06:17:42    阅读次数:157
LeetCode 17 Letter Combinations of a Phone Number(C,C++,Java,Python)
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 below. ...
分类:编程语言   时间:2015-05-10 14:18:54    阅读次数:159
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 buttons) is given below....
分类:其他好文   时间:2015-05-08 09:29:30    阅读次数:121
C++ Design Pattern: What is a Design Pattern?
Q: What is a Design Pattern?A: Design Patterns represent solutions to problems what arise when developing software within a particular context. ...
分类:编程语言   时间:2015-05-07 21:50:15    阅读次数:187
NSNull的用法和原理
Represent nil with NSNullIt’s not possible to add nil to the collection classes described in this section because nil in Objective-C means “no object....
分类:其他好文   时间:2015-05-06 14:46:39    阅读次数:111
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 telephone buttons) is given below. Input...
分类:其他好文   时间:2015-05-04 12:00:15    阅读次数:107
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...
分类:其他好文   时间:2015-05-04 08:37:28    阅读次数:183
1045条   上一页 1 ... 81 82 83 84 85 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!