资源列表
1-2
- 从文件读入30个无序整数,建立一个双向循环链表并输出,调整链表顺序为 (a1,a3.a5…,a2,a4,a6…)并输出。-Read from the document 30 disorderly integer, a bidirectional circular list and output adjustment linked list of the order of (a1, a3.a5 ..., a2, a4, a6 ...) and outputs.
2
- 建立一个长度一定的链表队列,从头至尾输出队列元素,元素进队,队首元素出队,计算队列长度,判断是否为空,销毁队列-build a linkqueue, print the queue, add element to the queue, destroy the queue.
BiTree
- 二叉排序树的建立、插入与删除。按递增顺序插入N个整数,并按同样顺序删除;-Binary sort tree establishment, insertions and deletions. Insert N integers in ascending order, press the same sequence deleted
1111
- 建立一棵二叉树,并按照中序、先序、后序及按层次方法访问-Create a binary tree inorder, preorder, postorder and hierarchical method to access
shau
- 设计直接插入排序、二分法插入排序、冒泡排序、快速排序、选择排序、二路归并排序算法,每个算法用一个函数实现; 3、 对于两种数据规模n=100000和n=1000000,随机产生十组整数,对于每一组数据,分别运用六种排序算法进行排序,记录其时间耗费(时间为秒) -Design direct insertion sort dichotomy insertion sort, bubble sort, quick sort, selection sort, way merge sort algo
1111
- C语言和C++ 如何建立双向循环线性链表-C language and C++ of how to establish a two-way loop linear list
100304
- noip级别一次模拟赛题,可以参考,难度适中-noip level in a mock race questions, you can refer to moderate difficulty
100shuju
- 数据结构当中的经典例子,对你学习数据结构绝对有用处。有链表、队列、树、图等等100个例子!-, Fig array structure which is a very important part of the data structure, which is a classic example.
BST
- visual C++ 下BST算法,二叉查找树算法-Binary search tree algorithm
n-queen
- N皇后问题、图着色问题、矩阵连乘问题代码实现-N-queens problem, graph coloring problems, matrix multiplicative code implementation
ACMproblem@Syn
- ACMproblem,我自己写的,与大家分享-ACMproblem, I wrote it myself, to share with you
tree
- 二叉树的所有功能基本实现,遍历的多种形式,创建,查找,还有栈的引入,线索化,树的深度以及非递归遍历等等。-The basic realization of all the features of a binary tree traversal various forms, create, find, there are stacks of the introduction of the clues and the depth of the tree, as well as non-recursi
