资源列表
BinaryTree
- 二叉搜索树可以通过链式的数据结构去实现,其中每一个节点都有三个指针域,左边和右边的指针域分别指向该节点的左孩子和右孩子。其中NIL表示该节点没有对应的孩子节点。-describe BinaryTree
BTree
- 用MFC实现二叉树的建立,前序中序后序遍历,求树高,叶子个数,交换左右子树,求结点个数,复制二叉树等-The establishment of a binary tree using MFC, after pre-order ininorder traversal order, seeking tree height, leaf number, exchange left and right subtrees, the number of demand nodes, copy the binar
houka
- Kings^OF^Binary Source File Conquer Online
topological_sorting
- prim算法实现的拓扑排序,可以找出有向图中的环-prim topological sorting algorithm, you can find out in the ring to FIG.
TTU
- 《数据结构》课程设计 建立并显示出有向图的邻接链表; 对该图进行拓扑排序,显示拓扑排序的结果,并随时显示入度域的变化情况; 给出它的关键路径(要求:显示出VE,VL,E,L,L-E的结果)。-" Data Structure" Course Design has established and demonstrated to the adjacency list the topological sort graph shows the results of top
DAGshengchengshu
- 有向图的生成树,有界面显示,采用DFS和BFS两种-Directed graph spanning tree, there are interface display, using two kinds of DFS and BFS
UCS
- UCSC++ Find Uniform Cost Search
Introduction-to-Algorithms
- 麻省理工学院使用的算法笔记,是学习《算法导论》的辅助资料-The MIT algorithm notes, learning the " Introduction to Algorithms" auxiliary information
SHENGLIN
- 数据结构之森林树部分(合肥工业大学数据结构实验一)-Forest tree part of the data structure (Hefei University Experimental data structure a)
biancheng1
- 编程实现希尔、快速、堆排序、归并排序算法,并计算每种算法的比较、交换次数、执行时间。要求准备不同数量级(100、1000、10000、20000)的待排数据存入文件;再从文件读入数据,排序;将结果写入文件中。-Programming Hill, quick, heap sort, merge sort algorithm, and calculate for each algorithm, switching frequency, the execution time. Asked to pre
HASH(Trie)-
- hash trie树 字典树,完整的sdk开发包 具有说明文档-hash trie tree dictionary tree, the complete development kit with documentation sdk
library
- 我的ACM代码库。内有常见的算法,费用流,欧几里得,后缀数组,AC自动机-My code library. It has a lot of algorithm