码迷,mamicode.com
首页 >  
搜索关键字:binary tree right si    ( 32903个结果
[Leetcode] Balanced Binary Tree
问题:给一个二叉树,写一个算法判断这个树是不是balanced。Solution #1.第一次遇到这个问题时我的解法,如下:public class Solution { public boolean isBalanced(TreeNode root) { if(root == ...
分类:其他好文   时间:2014-05-05 12:50:49    阅读次数:263
6
$\bf命题1:$设$\left\{ {{a_n}} \right\}$为单调增加的数列,则$\lim \limits_{n \to \infty } {a_n} = \mathop {Sup}\limits_{k \ge 1} \left\{ {{a_k}} \right\}$证明:记\[M = ...
分类:其他好文   时间:2014-05-04 20:40:45    阅读次数:382
9
$\bf命题1:$任何实数都是某个有理数列的极限证明:设$A$为实数,若$A$为有理数,则令\[{a_n} = A,n \in {N_ + }\]即可,若$A$为无理数,则令\[{a_n} = \frac{{\left[ {nA} \right]}}{n},n \in {N_ + }\]其中${\l...
分类:其他好文   时间:2014-05-04 20:34:28    阅读次数:247
46
$\bf命题1:$任意方阵$A$均可分解为可逆阵$B$与幂等阵$C$之积证明:设$r\left( A \right) = r$,则存在可逆阵$P,Q$,使得\[PAQ = \left( {\begin{array}{*{20}{c}}{{E_r}}&0\\0&0\end{array}} \right...
分类:其他好文   时间:2014-05-04 20:20:38    阅读次数:337
49886
$\bf命题:$设实二次型\[f\left( {{x_1}, \cdots ,{x_n}} \right) = \sum\limits_{i = 1}^n {{{\left( {{a_{i1}}{x_1} + \cdots + {a_{in}}{x_n}} \right)}^2}} \]证明二次型的...
分类:其他好文   时间:2014-05-04 20:17:42    阅读次数:286
5656
$\bf命题1:$设$f(x)$是$\left[ {1, + \infty } \right)$上的非负单调减少函数,令\[{a_n} = \sum\limits_{k = 1}^n {f\left( k \right)} - \int_1^n {f\left( x \right)dx} ,n \i...
分类:其他好文   时间:2014-05-04 20:16:15    阅读次数:261
UVA - 11525 Permutation
题意:求1-k的排列中第n大的序列,题目给出n的计算方法:                     n = si*(k-1)+s2*(k-2)...+sk*0!; 并给你s1-sk 思路:首先我们明确,比如321是集合{1,2,3}的第几大的序列,从第一位开始3开头的话,那么显然这个序列的前面就一定会有1,2开头的学列,就是2*2!,依次类推我们就可以确定这个学列是第几大的了,但是要注意到...
分类:其他好文   时间:2014-05-04 09:46:52    阅读次数:268
travel the binary tree by level 2 ( from top to down )
travel the binary tree by level 2 ( from top to down ) 个人信息:就读于燕大本科软件工程专业 目前大三; 本人博客:google搜索“cqs_2012”即可; 个人爱好:酷爱数据结构和算法,希望将来从事算法工作为人民作出自己的贡献; 博客内容:travel the binary tree by level 2 (...
分类:其他好文   时间:2014-05-04 09:27:56    阅读次数:334
travel the binary tree by level( from top to down)
travel the binary tree by level( from top to down) 个人信息:就读于燕大本科软件工程专业 目前大三; 本人博客:google搜索“cqs_2012”即可; 个人爱好:酷爱数据结构和算法,希望将来从事算法工作为人民作出自己的贡献; 博客内容:travel the binary tree by level( from top t...
分类:其他好文   时间:2014-05-04 09:17:12    阅读次数:292
uva ``Accordian'' Patience
题目如下: ``Accordian'' Patience You are to simulate the playing of games of ``Accordian'' patience, the rules for which are as follows:     Deal cards one by one in a row from left to right, no...
分类:其他好文   时间:2014-05-04 09:08:31    阅读次数:329
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!