资源列表
sort
- 本源码实现了c的各种排序,如直接插入排序、堆排序,插入排序、起泡排序、快速排序等,是我大二下数据结构的课程设计源码,下载后可以直接使用,已编译运行成功。-data structure design
paixu
- 对文件中的大量数据进行排序,有二分法,快速,锦标赛排序等-Large amounts of data in the document sort, a dichotomy, fast, tournament ranking
AlgorithmsandDataStructuresNiklaus
- Algorithms and Data Structures
tree
- 二叉树排序的建立,以及二叉树的其他一些操作。-二叉树
matrix
- 迷宫求解问题,输入一个M行N列0-1矩阵,0代表通过,1代表不能通过,判断是否能走出所给迷宫-matrix
Josephus
- 此代码能够利用循环链表解决约瑟夫问题并且为c++代码-This code can solve the Josephus problem using circular linked list and for the c++ code
floyd
- floyd算法实现 其中给出了一个例子矩阵-floyd algorithm which gives an example of matrix
dijkstras
- 迪杰斯科拉算法的实现 其中给出了具体例子-Dinger Scola algorithm implementation are given specific examples of which
1328
- 算法设计与分析的题目。雷达问题,这个程序就是解决这个问题的 。-Algorithm design and analysis of the topic. Radar problem, this procedure is to solve this problem.
8squeens
- 基于八皇后问题的求解,涉及深度搜索技术的各种应用-Based on the calculation 8queens, involving depth search engine technology in various applications
huffman
- 哈夫曼树的建立和编码 输入组成二叉树的各个叶子值和权值,建立最优二叉树,并输出最优二叉树的数组存储形式。-Huffman coding tree for the establishment and composition of binary input values of all the leaves and weight, the establishment of the optimal binary tree, and store the output array of the best
47948813Cpp
- 计算机常用数值计算算法与程序--- ----- C++版-Commonly used numerical algorithms and computer programs----------- C++ Edition
