资源列表
[数据结构常用算法] data_structure
说明:数据结构中最经常用到的,包括链表、双链表、二叉树、平衡二叉树、哈希表等-Data structure the most frequently used, including the list, double linked lists, binary tree, balanced binary tree, hash table, etc.<金灵> 在 2025-06-15 上传 | 大小:16kb | 下载:0
[数据结构常用算法] 3_list
说明:三: 针对带表头结点的单链表,试编写下列函数。 (1) 定位函数Locate:在单链表中寻找第i个结点。若找到,则函数返回第i个结点的地址;若找不到,则函数返回NULL。 (2) 求最大值函数max:通过一趟遍历在单链表中确定值最大的结点。 (3) 统计函数number:统计单链表中具有给定值x的所有元素。 (4) 建立函数create:根据一维数组a[n]建立一个单链表,使单链表中各元素的次序与a[n]中各元素的次序相同,要求该程序的时间复杂性为O(n)。 (5) 整理函数<卡米力江> 在 2025-06-15 上传 | 大小:16kb | 下载:0
[数据结构常用算法] specialqueue
说明:清华大学数据结构(殷人昆主编)第三章,循环队列的实现-Tsinghua University, the data structure (Queensland殷人editor-in-chief) The third chapter, the realization of Circular Queue<Alex Lee> 在 2025-06-15 上传 | 大小:16kb | 下载:0
[数据结构常用算法] shujujiegou
说明:数据结构,用栈实现表达式求职,是改进后的算法-Data structure, with the stack to achieve expression for employment, is the improved algorithm<lining> 在 2025-06-15 上传 | 大小:16kb | 下载:0
[数据结构常用算法] GraphAlgorithm
说明:图论算法,acm的图论类的模板,有一些经典算法作为例子,实现过程经过了实际题目的验证保证准确-Graph algorithm, acm the graph of the class template, some of the classic algorithm as an example, after the actual implementation process to ensure accurate verification of title<McFn> 在 2025-06-15 上传 | 大小:16kb | 下载:0
[数据结构常用算法] DataStructureCode
说明:acm模板库,某些经典数据结构的代码实现。经过了实际问题的验证,保证了代码效率和准确性-acm template library, the code of some classic data structures to achieve. After the practical problems of verification, to ensure efficiency and accuracy of code<McFn> 在 2025-06-15 上传 | 大小:16kb | 下载:0