资源列表
prim
- 数据结构课程设计PRIM算法求最小生成树-don t konw
DDDijkstrai
- Dijkstra算法,解决最短短路径问题,由文本文件输入路的长短 -Dijkstra algorithm to solve the most short path problem, the length of the road from the text file input
test1
- 女问题描述: 设R={r1,r2,...rn}要进行排列的n个元素。其巾元素r1,r2...rn可能相同。试设计 一个算法,列出R的所有不同排列。 编程任务: 给定n以及待排列的n个元素。计算出这n个元索的所有不同排列。-Female Problem Descr iption: Let R = (r1, r2, ... rn) must be arranged in n elements. The towel elements r1, r2 ... rn may be the s
vcPP-the-shortest-path
- 最小路不交化算法,用于求网络图的可靠度,或者评价网络的可靠度-Minimal path does not cross the algorithm for seeking the reliability of the network diagram, or to evaluate the reliability of the network
SortProblems
- 数据结构:实现各种排序的功能,包括快速排序,希尔排序,堆排序-Data Structure:Solve some sort problem, include insert sort,merge sort,quick sort,heap sort,and so on.
GraphPath
- 查找有向图、无向图的两点之间的所有路径。有使用方法。-It s method to find all path between two Node in a graph.
LarryNyhoff
- 数据结构源代码(C++语言描述第二版)Larry+Nyhoff_SourceCode-C++ language to describe the second edition) Larry+ Nyhoff_SourceCode
BinaryTree
- 二叉树二叉链表实现 (1) 构造(包括拷贝构造)和析构函数(删除所有结点函数); (2) 根据用户输入的先序遍历序列构造二叉树; (3) 打印二叉树(可以使用先序、中序、后序遍历实现); (4) 分别求二叉树中所有结点的个数;叶子结点、分支结点的个数; (5) 分别求二叉树的高度(层次数); (6) 按层次打印二叉树; (7) 使用另一种方式创建二叉树:规则:左子树的值都比根结点小,右子树的值都不比根结点小; -Binary Tree
utf8
- 这各函数能将字符串转换成UTF8格式并且是十六进制的内码格式-that the function can convert UTF8 string format and is within the hexadecimal code format
RTreeTemplate
- R树模板,可以用来解决一些数据结构方面的东西-R tree templates can be used to solve some of the data structure of things. . .
CB-Tree
- C++数据结构中经典B-树的构造方法,功能包括初始化、插入、删除、在控制台输出等功能。-C++ data structure in the classic B-tree construction methods, features include initialization, insert, delete, in the console output and other functions.
algorithm
- 详细讲解四个排序算法,帮助大家理解~不过是英文版的哦~原汁原味~呵呵~-Elaborate on four sorting algorithms to help you understand the English version but oh ~ ~ genuine
