资源列表
[数据结构常用算法] source_code
说明:各种基本的数据结构头文件,包括链表、栈、二叉树、BST树等-mang kinds of header file for data structures<Jay> 在 2025-05-01 上传 | 大小:125kb | 下载:0
[数据结构常用算法] BinaryTree
说明:数据结构经典实例,深入了解二叉树。如:可查询每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。-Classic examples of data structures, in-depth understanding of binary tree. Such as: to check the level of each node, the node from the root<周子> 在 2025-05-01 上传 | 大小:11kb | 下载:0
[数据结构常用算法] Listmultiplier
说明:数据结构经典入门实例,计算两个以 单链接表表示的多项式相乘的程序。-Classic example of data structure entry, calculation of two single-link table that the polynomial multiplication procedures.<周子> 在 2025-05-01 上传 | 大小:18kb | 下载:0
[数据结构常用算法] studentmanager
说明:用链表做的学生信息管理系统,实验报告用的-Use lists of student information management system and laboratory use<陈泽伟> 在 2025-05-01 上传 | 大小:10kb | 下载:0
[数据结构常用算法] polynomial
说明:对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,<刘晓明> 在 2025-05-01 上传 | 大小:2kb | 下载:0