资源列表
queen
- 八皇后问题。利用了递归算法,很是巧妙!最后一行为输出解的个数,每行共8个数字,这些数字即代表皇后在该行的位置。-It s a code about Eight queen.
work9
- 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场,设计一个有效的贪心算法进行安排。-Enough to assume that many of the arrangements for the venue where a number of activities and want to use the venue as small as possible, design an efficient greedy algorithm to carry out the arrangemen
MINTREE
- 最小生成树问题,稍有修改,大家看看,-Minimum spanning tree problem, slightly modified, we take a look at Hei hei
operation
- 对链表的基本操作,删除,插入操作,绝对能实现-The basic operation of the list, delete, insert, absolutely can achieve
main
- 中缀转换成后缀表达式有很多运用,例如可以用来构造查询表达式。本程序实现了中缀转换成后缀的算法-Infix expression into postfix to use a lot, for example, can be used to construct a query expression. Realized by the infix into postfix algorithm
MergeSortBinSearch
- 一个归并排序算法的实现,还有一个二分查找算法的实现。-A merge sort algorithm, there is a binary search algorithm.
floyd
- 弗洛伊的算法是实现图中两点之间的最短距离,并显示路径-Freud' s method is to achieve the figure the shortest distance between two points, and shows the path
single
- 单链表逆置的源码~提供了源码和源码说明~简单实用,适用于课堂作业程度-Reverse single linked list provides a set of source code source code and source code ~ ~ simple and practical instructions for classroom work degree
tree1
- 树的存储结构,具体形象地理解各种数据结构-Tree storage structure, concrete images to understand a variety of data structures
GETMD5
- 这段小程序的功能是:查看给定的文件是否为目录文件-Check whether the input document for Check the given if the file for directory file
test
- 十分基本的链表实验程序。包含创建,删除,插入,查找功能-The list is very basic experimental procedures. Include create, delete, insert, search function
Traverse-binary-tree
- 改程序使用了先序遍历,中序遍历,后续遍历和层次遍 方法遍历二叉树-PreOrderTraverse binary InOrderTraverse binary PostOrderTraverse binary LevelOrderTraverse binary