资源列表
LinearList
- 数据结构中的线性表的实现,有顺序表和链表等几种实现方式-Data structure in linear form, sequential, such as tables and lists several ways
2chashu
- 采用C++编写的二叉排序树,篇幅不长,代码简洁,同样可实现数据的快速排序-Written using C++ binary sort tree, it was not long, the code is simple, the same sort of data can be achieved quickly
LINEAR-SEARCH
- It is a source code of Linear Search in C++. Liner Search is a data structure.-It is a source code of Linear Search in C++. Liner Search is a data structure.
Insertion-Sort
- It is the source code of Insertion Sort in C++. which is a data structure.-It is the source code of Insertion Sort in C++. which is a data structure.
Merge-Sort
- It is the source code of Merge Sort in C++ which is a data structure-It is the source code of Merge Sort in C++ which is a data structure
Heap-Sort
- It is the source code of the Heap Sort in C++. which is a data structure.-It is the source code of the Heap Sort in C++. which is a data structure.
A-Generic-bubble-sort
- It is the source code of the A Generic bubble sort in C++. which is a data structure.-It is the source code of the A Generic bubble sort in C++. which is a data structure.
queen
- 一种测试滑动平均效果的算法,使用数据结构循环队列-A test the effect of moving average algorithm
hjxsrcsarray
- 提供对动态数组的支持,在内存中程序将数据分块存放, 避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供 了对内部数据的快速索引,大大提高了数据访问速度。-Provide support for dynamic arrays in memory to store program data block, @ Avoiding large memory applications, but also ordinary doubly linked list is differen
linklist
- 链表的实现链表的创建,插入数据,删除数据、读取数据等基本链表操作,代码经过测试,能够正确运行!-Linked list implementation of the list to create, insert data, delete data, read the list of basic data and other operations, the code has been tested to run correctly!
sqstack
- c语言实现的栈的建立、数据的插入、删除、栈的清空以及栈空,栈满的判断等基本操作的实现!-establish stack c language implementation, data insertion, deletion, and realize empty stack empty stack, the stack is full of judgment and other basic operations!
tree
- c语言实现的树结构的创建,访问,插入数据,删除数据,前序、后序、中序遍历数等关于树的基本操作!-Creating c language tree structure, access, insert data, delete data, preorder, postorder, preorder a few other basic operations on the tree!
