资源列表
sort
- 对数组进行排序(C++), 传入数组和数组的大小。-sort the array in C++, the parameter of the function is the array and its length.
hhhllll
- 矩阵相加,实现功能呢的,,就如迷宫的地牢中得以解脱,,很快,很简单,,一目了然-Matrix sum to achieve it functions, and, as the dungeon maze freed, and soon, very simple at a glance
castle
- usaco题库的Section2.1部分的castle问题解法源代码-usaco the Section2.1 part of the castle exam Solutions to the source code
binarytree
- 内含两篇学术论文,由遍历序列构造二叉树的非递归算法实现,基于遍历序列的构造严格二叉树的算法,供需要的朋友借鉴-Contains two papers, a binary tree constructed by the traversal sequence to achieve a non-recursive algorithm, based on the construction of strict binary tree traversal sequence algorithm for dra
first-fit_mem_manage
- 首次适应算法管理内存简单练习,链表简单模拟-First fit algorithm for memory management simple exercises, lists simple simulation
bTree
- 这是一个二叉树的工程文件,包括了工程文件里的所有文件。以及二叉树的构建,traverse,搜索等功能函数。-This file contains a summary of what you will find in each of the files that make up your bTree application.
insertSort
- 插入排序法的应用。插入排序是基本元素排序的简单应用;循行时间取决于元素的比较和交换。-Application of Insertion Sort. Insertion sort is the sort of simple application of the basic elements through the line depends on the elements of comparison and exchange.
ruanjianjishu
- 1.采用递归方法建立二叉树; 2.给出三种遍历序列; -1. Recursive Methods using binary tree 2. Gives the three traversal sequence
path
- 比较普遍的迷宫问题,应用数据结构中的链表解决-Maze problem more common application of the linked list data structure to solve
dynamic-queue-and-stack
- 动态实现堆栈和队列的添加、删除等的操作,C代码实现-Dynamic realization of the stack and queue add, delete and other operations
delete-and-insert-in-list
- 双向链表的插入和删除操作,用于数据结构,用C实现-Doubly linked list insertion and deletion for data structure
qww
- 排序比较,有冒泡排序,快速排序,选择排序3种排序的比较,以知道哪种效率最高-Ordered comparison, a bubble sort, quick sort, selection sort sort 3 relatively to know what the most efficient
