码迷,mamicode.com
首页 >  
搜索关键字:its    ( 9997个结果
leetcode 104: Maximum Depth of Binary Tree
题目:Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest...
分类:其他好文   时间:2015-09-14 16:46:54    阅读次数:101
leetcode 258: Add Digits
题目:Given a non-negative integer num, repeatedly add all its digits until the result has only one digit.For example:Given num = 38, the process is like...
分类:其他好文   时间:2015-09-14 16:44:58    阅读次数:155
leetcode - Minimum Path Sum
Given amxngrid filled with non-negative numbers, find a path from top left to bottom right whichminimizesthe sum of all numbers along its path.Note:Yo...
分类:其他好文   时间:2015-09-14 15:20:05    阅读次数:125
[LeetCode#249] Group Shifted Strings
Problem:Given a string, we can "shift" each of its letter to its successive letter, for example:"abc" -> "bcd". We can keep "shifting" which forms the...
分类:其他好文   时间:2015-09-14 09:22:44    阅读次数:497
Leetcode Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:其他好文   时间:2015-09-14 01:55:44    阅读次数:139
[LeetCode]Symmetric Tree
Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric...
分类:其他好文   时间:2015-09-14 01:53:15    阅读次数:121
[LeetCode][JavaScript]Binary Tree Preorder Traversal
Binary Tree Preorder TraversalGiven a binary tree, return thepreordertraversal of its nodes' values.For example:Given binary tree{1,#,2,3}, 1 \ ...
分类:编程语言   时间:2015-09-14 00:17:57    阅读次数:187
SSIS Component的ValidateExternalMetadata属性
ValidateExternalMetadata PropertyIndicates whether the component validates its column metadata against its external data source at design time. When t...
分类:Web程序   时间:2015-09-13 19:54:18    阅读次数:212
PHP .htaccess中添加自动加载的PHP文件
[UPDATE:solution] thx everyone, especially RiaD for its idea, this is what I've done:Edited my .htaccess file at the root of my website and added the ...
分类:数据库   时间:2015-09-13 15:45:47    阅读次数:191
[LeetCode] 8.8 Othello Game 黑白棋游戏
8.8 Othello is played as follows: Each Othello piece is white on one side and black on the other. When a piece is surrounded by its opponents on both ...
分类:其他好文   时间:2015-09-13 14:29:42    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!