资源列表
example
- 排序实验,简单的实现了排序的效果,运用多种算法集合在一起实现排序,并可以对比排序的速度差异-Sorting experiments to achieve the sort of simple effects, using a variety of algorithms together achieve the sort, and you can compare the difference in speed sorting
lsh
- 约瑟夫问题的一种描述:编号为1,2....,n 的n个人按顺时针方向围坐一圈,一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,如此下去,直至所有人全部出列为止。利用循环链表为存储结构模拟此过程,按照出列的顺序输出依次出列人的编号。-Joseph, a descr iption of the problem: numbered 1,2 ...., n, n individuals in a clockwise direction a
timefft
- 本程序实现了数字信号处理中的按时间抽取的快速傅里叶变化,用的是c语言。-This procedure achieved a digital signal processing time taken by fast Fourier transform, using the c language.
Shunxu-jiegou-
- 这是一个关于顺序链接各种操作的数据结构算法。-This is a data structure algorithm about various operating order.
Binary-swap-left-and-right-subtrees
- 二叉树交换左右子树和一元多项式相乘 以及一些实验运行截图-Binary swap left and right subtrees, one yuan polynomial multiplication
sqx_project
- 迪杰斯特拉算法,单源单宿问题求解 用类实现 适合初学者-Dijkstra algorithm
BinaryTree
- 利用栈实现的二叉树,可进行插入删除查找,需要手动输入二叉树序列以初始化-Use stack to achieve binary tree insertion and deletion can be find, you need to manually enter the binary sequence to initialize
sort
- 包含各类排序算法的实现,有详细注释,可以自行添加时间测试算法来测试各排序算法的时间复杂度-Contains various sorting algorithm, detailed notes, can add time to test each test algorithm time complexity of sorting algorithm
matrix___transposition
- 使用C语言编写的矩阵的两种转置方法,属于数据结构范畴-two methods of matrix transposition
order_of_tree
- 使用c语言编写的树的遍历算法,包括前序、中序、后续和层次遍历。-Four tree traversal algorithms, including preorder,inorder,postorder and level traversal.
tree_creation
- 使用c语言编写的树的创建算法,包括前序算法和中序算法,属于数据结构范畴。-Two tree creation algorithms, including preorder and inorder.
disc_defragmentation
- 使用C++语言编写的洗盘碎片整理的程序,属于数据结构范畴。-A disc defragmentation program developed by C++。
