码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
leetcode -- Largest Number
原题: Given a list of non negative integers, arrange them such that they form the largest number. For example, given [3, 30, 34, 5, 9], the largest formed number is 9534330. Note: The result ma...
分类:其他好文   时间:2015-02-21 22:19:37    阅读次数:169
[LeetCode] Construct Binary Tree from Preorder and Inorder Traversal 由先序和中序遍历建立二叉树
Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.这道题要求用先序和中序遍历来建...
分类:其他好文   时间:2015-02-20 14:08:33    阅读次数:169
LeetCode-90 Subsets II
Given a collection of integers that might contain duplicates,S, return all possible subsets.Note:Elements in a subset must be in non-descending order....
分类:其他好文   时间:2015-02-19 20:42:09    阅读次数:222
[LeetCode] Construct Binary Tree from Inorder and Postorder Traversal 由中序和后序遍历建立二叉树
Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.这道题要求从中序和后序遍历的...
分类:其他好文   时间:2015-02-19 18:37:40    阅读次数:221
Python Geospatial Development reading note(1)
chapter 1, Summary:In this chapter, we briefly introduced the Python programming language and the main concepts behind geospatial development. We have...
分类:编程语言   时间:2015-02-18 17:36:59    阅读次数:201
leetcode 106. Construct Binary Tree from Inorder and Postorder Traversal
Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.[Solution]后序定根...
分类:其他好文   时间:2015-02-18 11:50:07    阅读次数:129
leetcode 105. Construct Binary Tree from Preorder and Inorder Traversal
Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.[Solution]先序定根,...
分类:其他好文   时间:2015-02-18 11:47:49    阅读次数:151
LeetCode-78 Subsets
Given a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must not co...
分类:其他好文   时间:2015-02-18 00:59:31    阅读次数:172
PAT1061. Dating
Sherlock Holmes received a note with some strange strings: "Let's date! 3485djDkxh4hhGE 2984akDfkkkkggEdsb s&hgsfdk d&Hyscvnm". It took him only a min...
分类:其他好文   时间:2015-02-17 17:38:02    阅读次数:213
Leetcode:Largest Number
Given a list of non negative integers, arrange them such that they form the largest number. For example, given [3, 30, 34, 5, 9], the largest formed number is 9534330. Note: The result may be ve...
分类:其他好文   时间:2015-02-17 14:08:08    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!