资源列表
RMB-JISUAN
- 计算人民币输出的算法 能够有效地算出各种金币的数目-RMB output algorithm can effectively calculated the number of various coins
quicksort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement. CAR Hoare in 1962 by the mak
dbworld
- matlab code fore some database and data mining
tomswan
- 来自Tom Swan的高质量通用数据结构算法,值得学习。-The source code of data structure from Tom Swan, it s very helpful.
4
- henhaodegongs数据结构完整实验报告neihan-dfjdfjldsjflksdjflasj
chengshidaoluzuiduanDijkstra
- 城市道路最短路径的Dijkstra算法优化,应用于城市交通规划-Dijkstra
act
- 线性表及其应用,掌握线性表的链式存储结构的应用方法-Linear table and its applications, the linear form chain to master the application of methods of storage structure
StringKMPSearch
- C++实现的优化后的KMP算法,使得比较次数更少。-C++ program to accomplish the KMP algorithm,have a better consquence.
DS
- 数据结构关于线性表的理解和算法(是对c语言的算法)-Data structure on the linear form of understanding and algorithms (an algorithm is c language)
BinaryTree
- 数据结构中二叉树的实现以及先序,中序,后序的遍历,并且有计算叶子结点,深度等等附加功能-Data Structure:Binary Tree,achieve some functions like:preorder,inorder,postorder,depth calculation,node calculation and so on.
Data_structure_Compressed_Storage_Special_Matrices
- 数据结构-特殊矩阵的压缩存储Data structure - Compressed Storage Special Matrices -Data structure- Special matrix compression storage Data structure- Compressed Storage Special Matrices
guangduyouxiansousuo
- 这是通过图的遍历操作实现图的广度优先搜索,是通过邻接矩阵实现的-This is achieved through the operation of graph traversal graph breadth-first search is implemented through the adjacency matrix
