资源列表
permutations
- 根据字典序,临位对换法,递增进位制,递减进位制,生成全排列。(Generate all permutations, according to four different algorithms)
ap854
- Using MATLAB compressed sensing, You can get a very accurate amplitude, frequency, phase estimation, A one-dimensional transfer matrix method to calculate the phonon crystal structure.
双向链表
- 算法框架,实现双向链表,c语言实现,可供学习参考使用(The algorithm framework, two-way linked list, C language, for learning to use and reference)
BST
- Binary search tree code written in c language
201521142022_张梦明_数据结构02
- 数据结构线性表的各种函数,包括插入、删除、创建、销毁(Data structure Linear table of various functions, including insert, delete, create, destroy)
查找排序
- 数据结构中顺序表的查找排序,包括冒泡排序、直接排序、简单选择排序、希尔排序、快速排序。(Sorting of sequential tables in data structures.include BubbleSort,InsertSort ,SelectSort,ShellSort,HeapSort,QuickSort.)
a
- 使用C++来实现二叉搜索树,代码完整可供参考(realize binary search tree)
Desktop
- 用DFS解八皇后,这个是递归算法跟非递归算法(Using DFS to solve eight queens, this is a recursive algorithm with non recursive algorithm)
Archive
- 三道有关二叉搜索树以及堆的数据结构题目代码,使用c以及c++(Three problems about data structure)
3.1二叉树
- [实验目的]? 验证二叉树的链接存储结构及其上的基本操作。? [实验内容及要求]? 1、 定义链接存储的二叉树类。 2、 实验验证如下算法的正确性、各种功能及指标:? 1)创建一棵二叉树,并对其初始化;? 2)先根、中根、后根遍历二叉树;? 3)在二叉树中搜索给定结点的父结点;? 4)搜索二叉树中符合数据域条件的结点;? [测试数据]? 由教师随机指定树结构,测试上述功能(Header file of two fork tree)
Joseph
- 数据结构约瑟夫环,利用数据结构中的循环链表以及递归的使用实现约瑟夫环(Data structure Joseph ring, using the data structure of the circular list and recursive use to achieve the Joseph ring)
数据结构实验2015
- 数据结构2015全部实验题详细解释与做法(Data structure experiment)