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
Data_Structure
【数据结构与算法基础】二叉搜索树和平衡二叉树
相关代码实现已上传至Github:
data_structure
/Tree/1.二叉搜索树(BinarySearchTree)二叉搜索时是一种对排序和查找都很有用的特殊二叉树。
kaiyuan_sjtu
·
2018-04-27 23:08
数据结构
Data_Structure
week03 栈与队列
一.学习总结二.PTA实验作业字符串是否对称设计思路:代码截图提交记录截图我能说我用C提交了三遍么,真的尴尬,明明devc都对了。。。2.报数游戏设计思路:代码截图提交记录截图这题每次数到m那个数有点难确定,我一开始用while循环半天没弄对,后来直接设个first点每次加m-1就一下顿悟了。3.银行业务队列简单模拟设计思路:代码截图提交截图这题,emmmm,写出来的时候特激动,又忘了将C改成C+
余景胜
·
2018-04-07 20:00
【刷(shui)题记录】201804
4.1BZOJ1926——
Data_Structure
——Persistent——Seqment_Tree看了半天不会做,然后发现分了两个50pt,就很可做了。第一部分n,m=k>=k的权值和与个数。
Dream_Lolita
·
2018-04-05 13:46
刷(shui)题记录
前K个数的和
From九章算法:https://aaronice.gitbooks.io/lintcode/content/
data_structure
/top_k_largest_numbers.htmlwoc..
98Future
·
2017-12-10 01:03
python语言基于栈实现计算器
目前项目是托管在https://gitee.com/tostronger/
data_structure
。项目的整体是一个基于Django框架的web显示。
肖松Xsong
·
2017-11-08 22:20
python
python语言基于栈实现计算器
目前项目是托管在https://gitee.com/tostronger/
data_structure
。项目的整体是一个基于Django框架的web显示。
肖松Xsong
·
2017-11-08 22:20
python
栈
django
python
数据结构简述
记为:
Data_Structure
=(D,R)下边来说一下几种常见的数据结构。先说一下线性表。线性表是最基本、最简单、也是最常用的一种数据结构。
goldfishe
·
2017-03-11 22:28
数据结构
data_str
data
structure
巩固C语言(十三)----文件重定向 & 静态库和动态库的使用 &sscanf函数
define_CRT_SECURE_NO_WARNINGS #include #include voidmain() { charstr[40]; scanf("%s",str); system(str); }运行结果:D:\Study\
Data_Structure
qianqin_2014
·
2016-04-20 15:00
函数
字符串
C语言
iOS 排序算法总结、二分法查找
iOS排序算法总结、二分法查找本文均是自己终结,查考网址:http://student.zjzk.cn/course_ware/
data_structure
/web/paixu/paixu8.5.1.1
qq_33777090
·
2016-04-11 18:00
ios
排序算法总结二分法查找
排序算法总结--Java
文章参考:开发者头条@zhutoulwzhttp://student.zjzk.cn/course_ware/
data_structure
/web/paixu/paixu8.1.1.1.htm不同的排序算法在不同的场景或应用中会有不同的表现
luzhenyuxfcy
·
2016-04-11 13:00
内部排序的几种方法的比较
最坏时间复杂度 平均时间复杂度 空间复杂度 稳定排序 其它特点冒泡排序快速排序插入排序shell排序选择排序堆排序归并排序基数排序http://student.zjzk.cn/course_ware/
data_structure
michael
·
2016-02-21 21:33
【数据结构与算法】数据结构+算法=程序
记为:
Data_Structure
=(D,R)其中D是数据元素的集合,R是该集合中所有元素之间的关系的有限集合。
maguochao_Mark
·
2016-02-17 23:00
数据结构
算法
程序
数据结构知识点总结1
记为
Data_Structure
={D,R}其中,D是某一数据对象,R是该对
雪飞静
·
2016-01-11 22:42
【数据结构】
数据结构知识点总结1
记为
Data_Structure
={D,R}其中,D是某一数据对象,R是该对
basycia
·
2016-01-11 22:00
数据结构
数据结构(全)
记为:
Data_Structure
=(D,R)其中D是数据元素的集合,R是该集合中所有元素
heyuchang666
·
2015-11-23 17:28
算法数据结构
数据结构和算法
[置顶] 数据结构(全)
记为:
Data_Structure
=(D,R)其中D是数据元素的集合,R是
heyuchang666
·
2015-11-23 17:00
二分法——查找、排序以及库函数bsearch的用法
http://student.zjzk.cn/course_ware/
data_structure
/web/chazhao/chazhao9.2.2.1.htm 二分法查找 1、二分查找(Binary
·
2015-11-13 03:25
search
经典排序算法
转自 还有多少青春可以挥霍 动画图解 :http://student.zjzk.cn/course_ware/
data_structure
/web/flashhtml/maopaopaixu.htm
·
2015-11-11 06:01
排序算法
二叉树中的那些常见的面试题
树 二叉树 森林之间的相互转换详见: http://student.zjzk.cn/course_ware/
data_structure
/web/shu/shu6.5.1.htm
·
2015-11-02 14:55
面试题
数据结构
http://student.zjzk.cn/course_ware/
data_structure
/web/paixu/paixu8.7.1.1.htm 按平均时间将排序分为四类
·
2015-10-31 09:04
数据结构
希尔排序-插入改进
hi.baidu.com/gsgaoshuang/item/17a8ed3c24d9b1ba134b14c2 学习算法的一个好网站 http://student.zjzk.cn/course_ware/
data_structure
·
2015-10-27 12:36
希尔排序
软件收集
WXWMJ-NPAAV-HWD7Q-W5HVAL76HR-6428G-Q8JAX-7PSSH-ZWYKAEQ48W-C5MQJ-44A2K-5GB2T-NECWA 冒泡排序法:http://student.zjzk.cn/course_ware/
data_structure
·
2015-10-24 09:06
软件
堆排序
http://student.zjzk.cn/course_ware/
data_structure
/web/paixu/paixu8.4.2.2.htm 堆:(二叉)堆数据结构是一种数组对象
·
2015-10-23 08:03
堆排序
散列表(C++模板实现)
参考资源:http://student.zjzk.cn/course_ware/
data_structure
/web/CHAZHAO/chazhao9.4.1.htm一,散列表的基本概念散列方法不同于顺序查找
EbowTang
·
2015-01-25 17:00
前端数据结构与算法系列
、数据结构与算法分析,网上的资料等等 通过分析总结其它语言的实现从而转化成javascript版,主要是为了学习 附上每一章的源码注释分析 :https://github.com/JsAaron/
data_structure
·
2015-01-07 10:00
数据结构与算法
文件组织:索引顺序文件
索引文件构成 链接地址:http://student.zjzk.cn/course_ware/
data_structure
/web/wenjian/wenjian10.3.1.htm1.索引文件
liang0000zai
·
2013-11-08 23:00
操作系统
硬盘
算法思想常用网站
数据结构http://student.zjzk.cn/course_ware/
data_structure
/web/main.htmhttp://blog.csdn.net/v_JULY_v
focusjava
·
2013-10-12 09:00
二叉树的定义和性质(C语言)
更多请参考:http://student.zjzk.cn/course_ware/
data_structure
/web/shu/shu6.2.1.htm 二叉树是树形结构的一个重要类型。
achang21
·
2013-09-15 10:00
几种常用排序方法的C#实现
详见:http://student.zjzk.cn/course_ware/
data_structure
/web/paixu/paixu8.3.1.1.htm在网上搜罗了一下,各种排序方法的实现: 1
AnYuanLzh
·
2013-08-07 02:00
排序
C#
iOS 排序算法总结、二分法查找
本文均是自己终结,查考网址:http://student.zjzk.cn/course_ware/
data_structure
/web/paixu/paixu8.5.1.1.htm还有一个:二分插入排序
lusonglin121
·
2013-06-13 17:00
冒泡排序算法原理
完全排序过程请参见动画演示http://student.zjzk.cn/course_ware/
data_structure
/web/flashhtml/maopaopaixu.htm首先你得知道的是冒泡排序法说的是
贺路的路
·
2013-04-24 00:00
数据结构
算法
冒泡排序
数据结构中各种排序算法比较
http://space.itpub.net/15203236/viewspace-616582http://student.zjzk.cn/course_ware/
data_structure
/web
RationalGo
·
2013-03-12 16:00
排序整理
http://student.zjzk.cn/course_ware/
data_structure
/web/paixu/paixu8.2.2.1.htm不错的网站,关于数据结构排序整理:1,插入排序:
zzhays
·
2012-09-14 02:00
数据结构
线索二叉树
线索二叉树的定义:(摘自数据结构自考网http://student.zjzk.cn/course_ware/
data_structure
/web/shu/shu6.4.1.htm)n个结点的二叉链表中含有
l04205613
·
2012-08-03 11:00
数据结构
struct
null
input
insert
BT
数据结构之查找
数据结构之查找监视哨设在高端的顺序查找 http://student.zjzk.cn/course_ware/
data_structure
/web/chazhao/chazhao9.2.1.htm http
wolflion
·
2012-06-20 00:00
索引文件的操作
http://student.zjzk.cn/course_ware/
data_structure
/web/wenjian/wenjian10.3.2.htm索引文件构成1.索引文件 索引文件由主文件和索引表构成
holandstone
·
2012-06-01 19:00
File
存储
快速排序(QuickSort)
http://student.zjzk.cn/course_ware/
data_structure
/web/paixu/paixu8.3.2.1.htm1、算法思想 快速排序是C.R.A.Hoare
leepwang
·
2012-04-09 14:00
遍历二叉树
本文是学习二叉树遍历的总结,以下是内容来源网站:http://student.zjzk.cn/course_ware/
data_structure
/web/shu/shu6.3.1.htm动画演示:先序遍历
wyyl1
·
2012-04-09 11:00
数据结构--排序
转自: http://student.zjzk.cn/course_ware/
data_structure
/web/paixu/paixu8.6.2.htm 顺便贴出两个排序:快速排序,插入排序代码
uuubd
·
2012-02-05 16:00
数据结构
排序
循环链表
http://student.zjzk.cn/course_ware/
data_structure
/web/xianxingbiao/xianxingbiao2.3.2.htm循环链表(CircularLinkedList
myths_0
·
2012-01-10 08:00
算法
list
null
存储
终端
排序算法
参考:http://student.zjzk.cn/course_ware/
data_structure
/web/paixu/paixu8.3.2.2.htm http://www.stuhack.com
maidoudao
·
2011-12-28 22:00
排序算法
面试-树的总结
http://student.zjzk.cn/course_ware/
data_structure
/web/shu/shu6.1.1.1.htm树1.
Hou_Rj
·
2011-10-11 10:00
数据结构
算法
面试
tree
存储
n2
B-树的结构
http://student.zjzk.cn/course_ware/
data_structure
/web/chazhao/chazhao9.3.2.2.htm #define
andy136566
·
2011-10-08 22:00
树
B-树的结构
阅读更多http://student.zjzk.cn/course_ware/
data_structure
/web/chazhao/chazhao9.3.2.2.htm#defineMaxl000//结点中关键字的最大数目
andy136566
·
2011-10-08 22:00
LinkedList源码总结
双向链表:http://student.zjzk.cn/course_ware/
data_structure
/web/xianxingbiao/xianxingbiao2.3.3.htm源码解析1:http
uule
·
2011-09-29 15:00
LinkedList
LinkedList源码总结
双向链表:http://student.zjzk.cn/course_ware/
data_structure
/web/xianxingbiao/xianxingbiao2.3.3.htm源码解析1:http
uule
·
2011-09-29 15:00
LinkedList
二分查找
http://student.zjzk.cn/course_ware/
data_structure
/web/chazhao/chazhao9.2.2.1.htm 1、二分查找(Binary Search
forrest420
·
2011-08-10 10:00
算法
快速排序-最重要的排序算法
p=566 全详细解析:http://student.zjzk.cn/course_ware/
data_structure
/web/paixu/paixu8.3.2.3.htm 昨天笔试google,不甚理想
fjiale
·
2010-06-30 15:00
算法
Google
null
input
数据结构概述
数据大致可以分为 数值型数据:整数、浮点数、复数、双精度数等 非数值型数据:字符、字符串,以及文字、图形、图像、语音等数据2、数据结构
Data_Structure
={ D , R } 数据结构有两个层次
Shunrei
·
2010-06-18 22:00
数据结构
struct
存储
Class
图形
structure
资料学习or下载网址
id=618 数据结构学习: http://student.zjzk.cn/course_ware/
data_structure
/web/main.htm 资源下载的好地方
zjx2388
·
2010-03-25 16:00
spring
tomcat
Hibernate
struts
asp
上一页
1
2
3
下一页
按字母分类:
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
其他