码迷,mamicode.com
首页 >  
搜索关键字:its    ( 9997个结果
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...
分类:其他好文   时间:2014-07-22 23:07:13    阅读次数:379
[leetcode]Remove Nth Node From End of List @ Python
原题地址:http://oj.leetcode.com/problems/remove-nth-node-from-end-of-list/题意:Given a linked list, remove thenthnode from the end of list and return its he...
分类:编程语言   时间:2014-05-01 06:42:15    阅读次数:332
css中的四个不同的position设置
hello everyone.This is a heading with no positionThis heading is moved left according to its normal positionThis heading is moved right according t...
分类:Web程序   时间:2014-04-29 15:47:14    阅读次数:584
It Changed Its Mind And Inte Hot As Handbag
Cover with polyethylene plastic film intended for system United States Postal Service . These plastic envelopes are resistant to puncture and tear, wa...
分类:数据库   时间:2014-04-29 10:11:47    阅读次数:568
Leetcode:Minimum Path Sum 最小路径和
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down or right at...
分类:其他好文   时间:2014-04-28 10:46:41    阅读次数:311
InPlace Transition of a matrix
Problem illustration:given a n*n matrix, print its transition, for example , 90 degree clockwise,using only constant additional spaceanalysis:using O(...
分类:其他好文   时间:2014-04-28 03:22:07    阅读次数:513
leetcode day4 -- Binary Tree Postorder(Preorder) Traversal && Edit Distance
?? 1、Binary Tree Postorder Traversal Given a binary tree, return the postorder traversal of its nodes' values. For example: Given binary tree {1,#,2,3}, 1 2 / 3 retu...
分类:其他好文   时间:2014-04-27 18:58:59    阅读次数:481
9997条   上一页 1 ... 998 999 1000
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!