资源列表
Knight
- VS2008实现的骑士巡游的回溯算法,有解即停止搜索,并输出-VS2008 knight parade achieve backtracking algorithm, which stops searching solvability, and the output
1
- 单链表实现多项式的加法减法乘法计算 (数据结构)-Single linked list to achieve polynomial addition subtraction multiplication (data structure)
Floyd
- 数据结构的作业,经典算法,弗洛伊德算法 c语言实现,用vc++编译的,直接能运行-The homework of the data structure, the classical algorithm, Floyed algorithm c language to achieve, compiled with vc++, can be run directly
avl_Tree
- 一个用C++实现的平衡二叉树算法,实现了高度、平衡度、父子节点等-A use of C++ to achieve a balanced binary tree algorithm, to achieve a high degree of balance, such as father and son nodes
Binary_Tree
- 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 -According to the abstract data type binary definition, use two forks to implement a binary tree
MergeSort
- 归并(Merge)排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列-Merge (Merge) sort is two (or more) into a new sorted list ordered table, that is to be sorted sequence is divided into several sub-sequences, each sequence is ordered.
paixu
- 总结了各种排序算法,并用C 2B 2B代码实现,并有演示-Summarizes the various sorting algorithms, and use C 2B 2B code and a demo
binarysearch
- 二分查找算法.实际有效的一个程序源代码。经过自己的调试,有详细说明。-binary search 。I have make the introduction in it .
code8-13-14
- 数据结构课程设计 8航空订票系统 13银行排队 14课程编排-Data structure course design airline reservation system 13 8 14 curriculum bank queue
QuickSortTest
- 用随机法结合递归做了一个快速排序,做成了模板的形式,用处应该比较大。Main函数本身做了测试代码,正确性是可以保证的。-The combination of recursive stochastic approach to do a quick sort, made a template in the form of useful should be relatively large. Main function of the test code, the correctness can be
Ccode
- 用c语言实现一些典型的数据结构,值得学习-Using c language data structure of some typical, it is worth learning
ANT
- A*算法通过启发式探索下一结点,逐步逼近目标结点,且使得路径最短。-A* algorithm heuristic to explore the next node, and gradually approaching the target node, and that the shortest path.