E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
NodeTree
数据结构基础练习-二叉树的镜像
输入的第一行为一个整数n(0 intn,a,i; typedefstructNode{ structNode*l; structNode*r; intdata; }*pNode,Node; chartemp[2];
Nodetree
gaotong2055
·
2013-08-10 20:00
hdu 3265 线段树+扫描线
将小矩形反向打标记就是下面的是-1上面是1~~发现样例过不去~~发现思想错了~~~只能分割成小矩形~~#include#include#include#include#definelsonpos>1;}};
nodetree
juststeps
·
2013-07-29 18:41
acm线段树
hdu 1828 线段树+扫描线
矩形周长和~#include#include#include#include#definelsonpos>1;}};
nodetree
[MAXN*4];voidbuild(intl,intr,intpos
juststeps
·
2013-07-29 15:03
acm线段树
hdu 1542 线段树+扫描线+离散化~~
第一道额~~理解了好久~思路基本都是网上的~#include#include#include#include#include#definelsonpos>1;}};
nodetree
[MAXN*4];voidpushup
juststeps
·
2013-07-29 12:38
acm线段树
hdu 2871 线段树+区间合并 好题
很综合的一道题额~考二分不过没用在线段树上~~#include#include#include#include#definelsonpos>1;}};
nodetree
[MAXN*4];inlinevoidpushup
juststeps
·
2013-07-28 16:27
acm线段树
hdu 3577 线段树,成段更新
usingnamespacestd; constintMAXN=1000005; structnode { intl,r; intsum; intlazy; intmid() { return(l+r)>>1; } };
nodetree
JustSteps
·
2013-07-27 10:00
hdu1754
#include #defineN200000 usingnamespacestd; structnode { intl,r,max; intmid() { return(l+r)>>1; } };
nodetree
JustSteps
·
2013-03-16 17:00
hdu1166线段树
#include #include #include #defineN50000 usingnamespacestd; structnode { intl,r; longlongsum; };
nodetree
JustSteps
·
2013-03-16 16:00
自制的JavaScript
NodeTree
导航栏,纯练手,附源码
界面:使用方法:1、将
NodeTree
-JSON.js以及CSS文件夹复制到项目中并引用。2、引用JQuery框架。
·
2013-02-01 18:00
JavaScript
导航
NodeTree
JavaScript
NodeTree
导航栏(菜单项JSON类型/自制)
界面:使用方法:1、将
NodeTree
-JSON.js以及CSS文件夹复制到项目中并引用。2、引用JQuery框架。3、修改
NodeTree
-JSON.js中的NodeTreeMenu菜单项,以下是简
·
2013-02-01 15:12
自制的JavaScript
NodeTree
导航栏,纯练手,附源码
界面:使用方法:1、将
NodeTree
-JSON.js以及CSS文件夹复制到项目中并引用。2、引用JQuery框架。3、修改
NodeTree
-JSON.js中的NodeTreeMenu菜单项,以下是简
·
2013-02-01 13:00
JavaScript
poj 2104 归并树(线段树)
usingnamespacestd; #defineMAX100005 intseg[17+5][MAX]; structNODE { intl,r; intmid() { return(l+r)>>1; } };
NODEtree
zuihoudebingwen
·
2012-09-27 19:00
struct
tree
query
Build
字典树的两种实现
{ intprefix; Node*next[27]; Node(){prefix=0;memset(next,0,sizeof(next));} }Node; Nodert;charc='a';
Nodetree
Balloons2012
·
2012-09-06 15:00
java二叉树深度
String key; Node left; Node right; } //计算二叉树深度 class
NodeTree
lhkzyz
·
2012-09-05 00:00
算法
java二叉树深度
String key; Node left; Node right; } //计算二叉树深度 class
NodeTree
lhkzyz
·
2012-09-05 00:00
算法
java二叉树深度
String key; Node left; Node right; } //计算二叉树深度 class
NodeTree
lhkzyz
·
2012-09-05 00:00
算法
HDOJ 1166 敌兵布阵 (线段树)
╮(╯Д╰)╭code:#include typedefstruct { intl,r,count; }node;
nodetree
[4*50005]; voidInit(introot,intleft
ulquiorra0cifer
·
2012-04-07 19:00
joj 1877
按这题目来就行 #include#include#includeusingnamespacestd;structnode{ charname[35]; inttotal_num;};
nodetree
qiankun1993
·
2012-02-14 15:00
Poj 2777 Count Color
includeconstintMAXN=100005;constintCOLOR_NUM=35;constintDEFAULT_COLOR=0;structnode{intleft;intright;intcolor;};
nodetree
Ares_晓越
·
2012-01-19 16:59
tree
insert
query
build
struct
c
Poj
Poj 2777 Count Color
100005; constintCOLOR_NUM=35; constintDEFAULT_COLOR=0; structnode{ intleft; intright; intcolor; };
nodetree
Detective_Xin
·
2012-01-19 16:00
pku 1151 Atlantis(线段树+离散化+扫描线)
;structelem{doublex;doubles;doublet;boolflag;};structnode{intl;intr;intcover;doublem;};elemcor[2*N];
nodetree
HZXPH
·
2011-05-12 11:00
struct
tree
delete
insert
pku 2777 cout the color--线段树
include#include#defineN100005#defineExchange(a,b)(a)^=(b);(b)^=(a);(a)^=(b)structnode{intl;intr;intcol;};
nodetree
HZXPH
·
2011-05-06 10:00
hdu 1566 Color the ball---线段树
自己的方法过的感觉就是不一样前天做了pku的346觉得思路用在这题也行,结果还真的,嘻嘻~~#include#defineN100005structnode{intl;intr;intsum;intadd;node*after;};
nodetree
HZXPH
·
2011-05-05 22:00
pku 3264 Balanced Lineup线段树
算法更高效,我用线段树做居然是4047ms有点让我惊讶,居然可以慢成这样~~~~~~~~~ #include#defineN50005structnode{intl;intr;intmin;intmax;};
nodetree
HZXPH
·
2011-04-28 23:00
算法
struct
tree
search
hdu 1754 线段树
节点保存区间的最大值,父结点保存左右结点中大的那个,建树时比较下就是了#include#defineN200005structnode{intl;intr;intmax;};
nodetree
[3*N];
HZXPH
·
2011-04-28 21:00
hdu 1394 线段树版~~~@ !@
#include#defineN5005structnode{intl;intr;intsum;};intarr[N];
nodetree
[3*N];voidbuid_tree(intk,intleft,
HZXPH
·
2011-04-26 00:00
struct
tree
百度
search
insert
hdu 2492 ping pongs 好似有点感觉了~~
在床上时突然间想通了,不过写得不是太慢了,写代码总是出现一些低级失误,这雨真有点无语~~~~~ #include#defineN100024structnode{intl;intr;intsum;};
nodetree
1
HZXPH
·
2011-04-25 02:00
struct
tree
search
insert
hdu 1541 stars~~线段树版~~嘻嘻
#include#include#defineL32000#defineN15000structnode{intl;intr;intsum;};
nodetree
[3*L];intcount[N]={0}
HZXPH
·
2011-04-23 00:00
struct
tree
insert
hdu 1166 很蛋疼~~~~
/*1166敌兵布阵*/#include#include#defineN50005structnode{intl;intr;intsum;};
nodetree
[3*N];//数大了,要开全局变量,不过有点矛盾
HZXPH
·
2011-01-21 01:00
算法
struct
tree
search
query
insert
哈弗曼树的创建
First~~~~ //树的节点类 public class
NodeTree
{ public
NodeTree
left; &
lindingyu
·
2010-06-10 21:00
java
算法
J#
二叉树的遍历方法(递归,非递归)
//4.4二叉树的遍历方法#definen0100structnode{ intdata; intllink,rlink;};
nodetree
[n0+1];introot; //树的根节点位置//递归方式实现前序
tuwen
·
2010-02-01 16:00
POJ 1694 C++ (排序)
是偶看过别人的结题报告后敲的,学习下#include#includeusingnamespacestd;typedefstructNode{intlabel; intcnt; intleaf[200];};
Nodetree
我要一步一步往上爬
·
2008-11-26 01:00
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他