资源列表
lisanshuxu2
- 1. 求有限集上给定关系的自反、对称和传递闭包。(有两种求解方法,只做一种为A,两种都做为B) 2. 求有限集上等价关系的数目。(有两种求解方法,只做一种为A,两种都做为B) -1. Find a limited set of relations on a given reflexive, symmetric and transitive closure. (There are two solution method, only one is A, both are used as B)
lisanshuxushiyan3
- 以偶对的形式输入一个无向简单图的边,建立该图的邻接矩阵,判断图是否连通(A)。并计算任意两个结点间的距离(B)。对不连通的图输出其各个连通支(C)。-Even on the form to input an undirected graph edge, the establishment of the adjacency matrix to determine whether the connectivity graph (A). And calculate any distance betwe
Advanced.cell.algorithm
- 细胞算法设计高级代码Advanced code cell algorithm -Advanced code cell algorithm
tree_bfs
- a sample tree program using BFS algorithm
jp_problem
- a solution to josephus problem with a circular link list. a typical examle of circular link list.
1
- 很不错的代码,你们可以下载下来看一下,-Very good code, you can download the next look, huh, huh
BinarySearchTree
- 二叉搜索树,二叉搜索树的查找过程和次优二叉树类似,通常采取二叉链表作为二叉搜索树的存储结构。中序遍历二叉搜索树可得到一个关键字的有序序列,一个无序序列可以通过构造一棵二叉搜索树变成一个有序序列,构造树的过程即为对无序序列进行排序的过程。每次插入的新的结点都是二叉搜索树上新的叶子结点,在进行插入操作时,不必移动其它结点,只需改动某个结点的指针,由空变为非空即可。搜索,插入,删除的复杂度等于树高。-Binary search tree, binary search tree to find a si
C.pointers.natural.merge.algorithm
- C指针自然归并排序算法设计代码C pointers natural merge sort algorithm code -C pointers natural merge sort algorithm code
nqueen
- n皇后问题, 数据结构编程(c++语言)-n queeen
AlgorithmsAndHomework
- 该文件中包含了大部分经典算法的C++源程序,同时也包含了相应的题目以及详细的分析解答。可以帮助你深刻体会这些算法的实现过程。-This file contains most of the classical algorithm of C++ source code, but also contains the corresponding answer questions, and detailed analysis. Can help you understand the profound re
quicksort
- 算法中的寻找数组中的快速排序算法实现,根据书本算法实现的,c语言,采用迭代方法-Algorithm to find an array of quick sort algorithm, the algorithm based on books, c language, the use of iterative methods
j_14262_MAZES
- 迷宫简单功能,自动寻找路径,C++开发,似乎代码不够完全,有缺点-Maze simple function
