资源列表
VC-largest-eigenvalue-of-the-matrix
- 通过VC++语言 求矩阵的最大特征值 利用迭代算法 有精确度-Matrix VC++ language largest eigenvalue accuracy using an iterative algorithm
quicksort
- 多线程快速排序算法,是多线程课程学习中的一个小练习-multi-thread quick sort
062
- 有向图的邻接表存储表示,并进行深度和广度优先遍历-To the adjacency table storage, and the depth and breadth-first traversal
03
- 完成十进制到二进制的转化,要求用栈的基本操作来解决问题-The complete decimal to binary conversion required with the basic operation of the stack to solve the problem
SizeBalancedTree
- Size Balanced Tree的C++实现,采用了模板编写的方式,能够以O(logn)的效率进行各种操作。-failed to translate
sort
- c语言实现插入排序,希尔排序,冒泡排序,合并排序,快速排序,桶排序等常见排序,并对他们不同规模的排序时间进行测量比较-c language to achieve insertion sort, shell sort, bubble sort, merge sort, quicksort, bucket sort common sort, and they sort of different scale time measurements
binTree-hfut
- 合肥工业大学数据结构试验三二叉树(包括实验要求、预习报告、最终试验报告)。 主要实验内容: <1>求二叉树的高度。 <2>设计算法按中序次序输出二叉树中各结点的值及其所对应的层次数。 <3>将按顺序方式存储在数组中的二叉树转换为二叉链表形式。 <4>复制一棵二叉树T到T1。 <5>交换二叉树中每个结点的左右孩子指针的值。 <6>设计算法以实现下面所提到以扩
guanjianlujin
- 这是数据结构中的关键路径代码,希望带您有所帮助-This is the critical path code in the data structure, and hope that with your help
binary-search
- C语言(数据结构):编写一个完整的折半查找程序-C language (data structure): the preparation of a complete binary search program
sort
- sort a cpp file about C++ microsoft visual C++
QuickSort
- 经典快速排序算法,适合初学者理解学习,基于《算法导论》中快排的伪代码实现的-The classic Quicksort algorithm suitable for beginners to understand, based on the pseudo-code in Introduction to Algorithms.
code
- 用C语言实现的通用的二叉排序树,简单易用-Binary sort tree using common C language, simple
