资源列表
Data
- C# 相关数据结构, 包括队列、列表、树、栈、图、基本排序算法等-C# Data Struct , Queue List Queue Tree Sort
datastructc++languagestl
- 数据结构c++语言描述stl版 威廉兄弟的好书,值得看,这是配书代码
8ca06298-23bb-4897-947d-5a71a6289d05
- 《数据结构算法实现及解析》—配合严蔚敏_吴伟民编著的数据结构(C语言版)(作者 高一凡)源代码
C_100
- C++编程实例100篇.练基础,非常好!-C++ Programming Example 100. Training base, very good!
bitree
- 顺序表与有序表的查找,二叉排序树\平衡二叉树及哈希表的一些基本操作 -Sequential table and ordered a table lookup to the fork into a sort of trees\ the tree and a hash table of the basic operation
DataStructCode
- 数据结构代码,已经经过调试,都能够运行,请放心使用。-This is the code for the DataStruct.It can be debug
CPPPrimer_Loop_P01
- C++ primer plus 6th edition 编程练习 5.9_1 编写一个要求用户输入两个整数的程序。该程序将计算并输出这两个整数之间(包括这两个整数)所有整数的和。这里假设先输入较小的整数。例如,如果用户输入的是2和9,则程序将指出2~9之间所有整数的和为-C++ primer plus 6th edition programming practice 5.9_1
Min
- 构建一个容量为k的大根堆,依次读取int数据,若大根堆已满,则比较读取的元素是否小于堆顶最大元素,是则先将最大元素删除,再将新元素压入。若大根堆未满,则直接将读取的元素 压入大根堆。在将n个元素依次判断比较处理完之后,即得到n个数据中最小的k个数据。将其从堆顶依次弹出,即将最小的k个元素从大到小输出。-Building a capacity of large root heap k sequentially read int data elements if a large root hea
tree
- 广仪表转二插树 广仪表转二插树
linkedlist
- 基于C++的链式表的建立,插入节点,删除节点等功能。-Based on the establishment of C++ chain table, insert node, delete node function.
Data-structures-courseware
- 严蔚敏编写的数据结构课件,ppt格式,包含习题集-Written by Yan Wei-min data structures courseware ppt format, and contains problem sets
二叉树遍历
- 实现二叉树的前序,后序遍历 实现树的前序,后序遍历(The realization of the two fork tree, after the traversal Preorder tree traversal implementation.)