资源列表
[数据结构常用算法] dianbao
说明:根据第一次输入的字母形成哈夫曼编码,下一次的电报内容即可译成0,1的形式,反之也可以翻译成字母-According to the first letters form the input Huffman coding, the next time the telegraph in the form of content can be translated into 0 and vice versa can also be translated into letters<burial> 在 2025-06-19 上传 | 大小:216kb | 下载:0
[数据结构常用算法] binary-tree
说明:非常不错的二叉树先序非递归建立程序,算法很强大,功能很全,说明也很详细。-a very good program for binary tree. the algorithm is very strong,and functions is all.<bjutqkleng> 在 2025-06-19 上传 | 大小:19kb | 下载:0
[数据结构常用算法] search-algorithms
说明:对各种查找算法进行比较,有顺序查找法、折半法、分块法。-Comparison of various search algorithms, sequential search method, the binary method, sub-block method.<潘小明> 在 2025-06-19 上传 | 大小:56kb | 下载:0
[数据结构常用算法] Sorting-algorithm
说明:内部排序算法比较。有冒泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序。-Internal sorting algorithm comparison. A bubble sort, insertion sort direct, simple selection sort, quick sort, shell sort, heap sort.<潘小明> 在 2025-06-19 上传 | 大小:63kb | 下载:0
[数据结构常用算法] linear-form
说明:线性表的建立、插入和删除。实验内容:建立一个顺序存储的线性表,实现线性表的插入、删除操作。-Linear table creation, insert and delete. Experiment content: a linear sequence of storage tables for linear table insert, delete operations.<潘小明> 在 2025-06-19 上传 | 大小:118kb | 下载:0
[数据结构常用算法] BS-tree-and-inorder
说明:二叉排序树的创建以及基于所建的树进行的中序遍历操作-The creation of Binary search tree and the inorder traversal on the tree you created.<janison> 在 2025-06-19 上传 | 大小:10kb | 下载:0
[数据结构常用算法] 1
说明:对一串数字各不相同的数字串进行排序,大的在前,小的在后,把一串数字中最大的那 个数字找出来,然后与第一个数字交换,这样的话我就能够确定排序后数字串中的第 一个数字;接着,我从数字串中的第二个数字开始往后找,找到最大的一个,然后与 第二个数字交换-Different for a string of numbers to sort the string of numbers, large front, small in the post, the largest of a string<adrian> 在 2025-06-19 上传 | 大小:1kb | 下载:0