码迷,mamicode.com
首页 >  
搜索关键字:minimum depth of bin    ( 47234个结果
eclipse 安装scons
http://www.sconsolidator.com/updateInstallationTo use SConsolidator, you first have to installSCons(version 2.0 is the minimum requirement). SConsolid...
分类:系统相关   时间:2014-07-07 16:19:42    阅读次数:458
畅通工程&&How Many Tables
http://acm.hdu.edu.cn/showproblem.php?pid=1232 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 int n,m; 7 int bin[2005]; 8 in...
分类:其他好文   时间:2014-07-07 16:14:33    阅读次数:145
[Leetcode][Tree][Depth of Binary Tree]
计算树的深度1、minimum depth of binary tree 1 /** 2 * Definition for binary tree 3 * struct TreeNode { 4 * int val; 5 * TreeNode *left; 6 * ...
分类:其他好文   时间:2014-07-07 15:31:40    阅读次数:182
Problem Triangle
Problem Description:Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For ex...
分类:其他好文   时间:2014-07-07 15:29:11    阅读次数:280
ANT安装
一. 安装与配置 ①下载路径:http://ant.apache.org/bindownload.cgi,本文下载为:apache-ant-1.9.4-bin.zip ②压缩包解压:E:\apache-ant-1.9.4 ③系统环境变量设定 1. 右击计算机?属性?高级系统设置 2. 高级?环境.....
分类:其他好文   时间:2014-07-07 15:19:00    阅读次数:324
[leetcode] Minimum Window Substring
Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).
分类:Windows程序   时间:2014-07-07 15:11:15    阅读次数:278
给Notepad++ 加右键菜单带图标
从网上下载下来的Notepad++http://download.tuxfamily.org/notepadplus/6.3.3/npp.6.3.3.bin.zip解压之后,可以直接使用, 但是右键菜单中没有它,非常不方便,本文使用三种方式给Notepad++注册右键菜单功能,他们只有稍微的区别:方...
分类:其他好文   时间:2014-07-03 11:20:39    阅读次数:227
HDU 4496 D-City(并查集,逆思维)
题目熟能生巧。。。常做这类题,就不会忘记他的思路了。。。//可以反过来用并查集,还是逐个加边,但是反过来输出。。。我是白痴。。。。、又没想到//G++能过,C++却wa,这个也好奇怪呀。。。#include#includeint fx,fy,r,bin[10010];int x[100010],y[...
分类:其他好文   时间:2014-07-03 11:12:52    阅读次数:182
python中一个简单的webserver
python中一个简单的webserver2013-02-24 15:37:49分类:Python/Ruby支持多线程的webserver123456789101112131415161718192021#!/usr/bin/pythonfrom SocketServer import Thread...
分类:编程语言   时间:2014-07-01 00:03:34    阅读次数:462
weblogic管理脚本
start.shJava代码#!/usr/bin/bash##start.sh#@auth:zhoulin@lianchuang.com#SERVER_STATUS(){serv_status=`ps-ef|grepweblogic|grepwebapp|grep-vgrep|grep$1|wc-l...
分类:Web程序   时间:2014-06-30 23:05:20    阅读次数:578
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!