资源列表
datastructsNOI
- 数据结构的组织、提炼、压缩、简化等内容,论文源自NOI国家集训队-The organization of the data structure, refining, compression, simplified content, papers from the NOI National Team
CountLeaf
- 采用先序方式建立二叉链表结构,使用递归实现统计二叉树叶子结点个数的算法-count leaf node number of bitree
STACK
- 对数据结构中栈的描述,包括顺序栈,链栈等-The data structure of the descr iption of the stack, including sequence stack, chain stack, etc
kd-Tree-On-KNN
- 利用K_D树数据结构实现K邻域搜索的算法代码-K_D tree data structure the K neighborhood search algorithm code
ACMzhejiang
- ACM模板,这份为浙江模板,为ACM的算法高手们或者新手们,提供算法-ACM template, this for Zhejiang template, as the ACM algorithms gurus or novices, providing algorithm
SPFA
- SPFA思想与算法描述,部分代码,跟大家学习学习,初学者-SPFA thinking and algorithm descr iption, the part of the code and learn from everyone, beginners
Powell
- Powell优化算法是利用仪器测井理建立误差函数(非相关函数),借助Powell方向加速法求出非相关函数达到最小时的解.-Powell optimization algorithm is the use of the instrument logging rationale for the establishment of the error function (correlation function), with the Powell direction acceleration metho
BinaryTree
- 基本的二叉搜索树的算法 初始化 插入元素 删除元素-The basic binary search tree algorithm initialization insert elements to remove elements
Splay
- splay tree,动态平衡树的一种,应用比较灵活-splay tree, the dynamic balance of a tree, the application is more flexible
2weixianduanshu
- 二维线段树,一种重要的数据结构,不过复杂度比较高,只能解决小数据的问题-2D segment tree, an important data structure, but the complexity is relatively high, can only solve the problem of small data
lab4_2
- 2-1以顺序栈作为存储结构 实现顺序栈的入栈运算,出栈运算,并且读取栈顶元素; 2-2以链栈作为存储结构,实现栈上的数据元素的插入运算,删除运算,并读取链栈的栈顶元素; 2-3 以循环队列喂存储结构,实现循环队列的建立,实现循环队列的入队运算,出队运算; 2-4用栈实现括号的匹配问题; 2-5实现汉诺塔问题.; 3-1采用链式存储表示,按给定的先序序列创建二叉树,并输出二叉树。 3-2-1和3-2-2采用二叉链表作为存储结构,建立二叉树,采用递归算法实现二叉树遍历,另外采
Data-structures
- 详细介绍了各种类型的数据操作,对数据结构初学者有一定的帮助-Details of the various types of data manipulation, certain data structures beginners
