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-06-12 18:32:00
阅读次数:
222
1、文件包下载http://pan.baidu.com/s/1qW9DHYc2、安装gcc -fPIC
-Wall -I/usr/local/mysql/include -I. -shared udf_redis.c cJSON.c -o
udf_redis.socp udf_redis.so /u...
分类:
数据库 时间:
2014-06-12 16:36:09
阅读次数:
362
二叉搜索树的基本实现。 1 /* 2 Date: 2014-04-29 3 purpose: An
implementation of MAP using binary search tree. 4 */ 5 6 #ifndef
CUSTOMIZED_MAP_H 7 #define CUST...
分类:
其他好文 时间:
2014-06-12 15:59:38
阅读次数:
404
理论上,本文适用于boost的各个版本,尤其是最新版本1.46.0;适用于各种C++编译器,如VC6.0,VS2003,VS2005,VS2008,gcc,C++
Builder等。一、下载首先从boost官方主页http://www.boost.org下载最新版boost安装包(目前最新版是1.4...
分类:
其他好文 时间:
2014-06-12 14:13:06
阅读次数:
268
原题地址:https://oj.leetcode.com/problems/maximum-depth-of-binary-tree/题意:Given
a binary tree, find its maximum depth.The maximum depth is the number of n...
分类:
编程语言 时间:
2014-06-12 13:55:34
阅读次数:
210