码迷,mamicode.com
首页 >  
搜索关键字:represent    ( 1045个结果
玩转 String 和 Char
char 类型是c语言中常见的一个数据类型,string是c++中的一个,它的定义为Strings are objects that represent sequences of characters. 由此可见string是一个char序列的对象,有时候我们经常需要混用这两个数据类型,所以有些常见...
分类:其他好文   时间:2014-11-26 18:24:25    阅读次数:168
【LeetCode】Sum Root to Leaf Numbers
Sum Root to Leaf NumbersGiven a binary tree containing digits from0-9only, each root-to-leaf path could represent a number.An example is the root-to-l...
分类:其他好文   时间:2014-11-26 10:51:51    阅读次数:169
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-25 23:02:09    阅读次数:229
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-11-24 06:27:02    阅读次数:202
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-11-20 15:06:39    阅读次数:212
Letter Combinations of a Phone Number(带for循环的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...
分类:其他好文   时间:2014-11-19 12:05:22    阅读次数:204
marzullo's algorithm
given several intervals, how to find a interval which is a intersect of the most number of the given intervals?Method:Step1: Represent eachreturnedint...
分类:其他好文   时间:2014-11-14 12:10:22    阅读次数:246
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...
分类:其他好文   时间:2014-11-13 23:52:11    阅读次数:363
[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...
分类:其他好文   时间:2014-11-13 14:12:55    阅读次数:176
theoritical neuroscience 阅读笔记chsyrapter1
帮助阅读,掌握知识每段用一句话去概括======================================1.1 introdunction neuros represent and transmit information by firing sequences of spikes in ....
分类:其他好文   时间:2014-11-09 20:42:14    阅读次数:150
1045条   上一页 1 ... 93 94 95 96 97 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!