资源列表
BinaryTree
- java数据结构中输出叶子结点数,比较,复制,查找-java data structure leaf nodes in the output, compare, copy, find
BubbleSort
- 数据结构里的排序算法,冒泡排序,有说明文字-Sort of data structure algorithms, bubble sort, there are captions
namespace
- c语言,一元多项式一定要包含系数项和指数项的描述,在选择合理的数据结构基础上完成多项式的建立、销毁、输出和加减法操作。-c language, a polynomial coefficient must contain a descr iption of items and index entries, the choice of rational polynomial data structure based on the completion of the establishment, de
lianbiaohebing
- 线性链表的操作,包括线性链表的创建,用指针合并线性链表-Linear list of operations, including the creation of the linear list, with pointers and linear list
tHeapsort
- 变形堆排序算法,孩子结点的值大于父节点,且为原址排序-Deformation of the heap sorting algorithm(tHeapsort)
Hfmlast
- 实现哈弗曼编码,对刚学习数据结构的同学有很大的指导启发作用-Achieve Hafu Man coded data structure for students just learning a great role in guiding inspiration
shu
- 本程序主要是展示树的基本操作,包括二叉树的遍历,左右子树的互换等-This program is just for show the basic operation of the tree, including the binary tree traversal, so the exchange of left and right subtrees
QuickSort
- Quicksort is a sorting algorithm developed by Tony Hoare that, on average, makes O(nlogn) (big O notation) comparisons to sort n items.
Union_set
- 自己实现的并查集这一数据结构,能够较为高效的实现数据合并查询等操作-Their own set of implementation and inspection of the data structure, data can be more efficient queries and other operations combined
trie
- 自己实现的trie树结构,能够较为高效实现数据的各种查询操作-Own implementation of trie tree structure, to a variety of more efficient data queries
tudejianliheshuchu
- 数据结构中图的建立和输出。c++实现。第一次上传,希望有用-Data structure in the creation and output. c++ implementation. First upload, hope that useful
roundrobin
- 用c语言实现循环赛,问题描述:设有n=2k个运动员要进行网球循环赛。现要设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能参赛一次; (3)循环赛在n-1天内结束。-Achieve round-robin
