资源列表
Sort
- 常用的排序算法,包括选择排序,插入排序,归并排序,快速排序,希尔排序,堆排序-Commonly used sorting algorithm, including selection sort, insertion sort, merge sort, quick sort, shell sort, heap sort
24
- 通过输入的数,进行不同方式的排列,显示出不同的结果-By entering the number, the arrangement of different ways, showing different results
Bubble-sort-method
- 冒泡法排序:如果有n个数,则要进行n-1趟比较。在第1趟比较中要进行n-1次两两比较,在第j趟比较中要进行n-j次两两比较-Bubble sort method: If you have n numbers, n-1 times will have to be compared. Times in comparison to the first n-1 times for any two, in comparison to the j-times nj times for pairwise co
Maze
- 电脑鼠走迷宫,实现快速转弯,无撞击,灵敏快速。-Computer Mouse Maze
Order-form-insert
- 任意长度的线性表的任意位置顺序插入值的操作-Any length anywhere in the linear order of the table into the value of operating
Insert-delete-input-list
- 任意长度的链表的输入值、插入值和删除值的操作-Arbitrary length list of input values, insert and delete values of the operating value
Tower-of-Hanoi
- 学会怎么样用递归的方法来巧妙的求解汉诺塔-Learn what happens to the clever use of recursive methods for solving the Towers of Hanoi
1800
- 计算机考研数据结构经典的1800题,还有题目的答案。-1800
Student_info
- 用二叉树实现学生信息的处理,包括保存删除修改等操作-With a binary tree to achieve student information processing, including operations such as saving delete modify
Matrix_multiply
- 该程序实现自选维度的矩阵相乘,C语言实现-The dimensions of the choice program to achieve matrix multiplication, C language
det
- C++实现求矩阵行列式,手动输入维数和矩阵-C++ implementation requirements matrix determinant
Tree
- 用C++语言编写的二叉树的三序遍历和层次遍历 需要自己新建二叉树-Written in C++ binary tree traversal and the three-level binary tree traversal needs its own new
