资源列表
[数据结构常用算法] DataStructure1800
说明:数据结构1800题是一本很好的掌握数据结构的书,答案清楚详细,编程时数据结构加算法,学好数据结构很重要。-Data Structure 1800 is a good problem to master data structure of the book, the answer is clear about the details, programming data structures plus algorithm, master d<peipei> 在 2025-01-20 上传 | 大小:1.42mb | 下载:0
[数据结构常用算法] Greedy_Algrothem
说明:在求最优解问题的过程中,依据某种贪心标准,从问题的初始状态出发,直接去求每一步的最优解,通过若干次的贪心选择,最终得出整个问题的最优解,这种求解方法就是贪心算法。-Greedy—Algrothem<张伟> 在 2025-01-20 上传 | 大小:49kb | 下载:0
[数据结构常用算法] Binary_Tree
说明:根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 -According to the abstract data type binary definition, use two forks to impl<tryqtyl> 在 2025-01-20 上传 | 大小:564kb | 下载:0
[数据结构常用算法] Polynomial
说明:利用线性表实现一个一元多项式Polynomial f(x) = a0 + a1x + a2x2 + a3x3 + … + anxn -The realization of a linear form of Multinomial Polynomial f (x) = a0+ a1x+ a2x2+ a3x3+ ...+ anxn<莫凡> 在 2025-01-20 上传 | 大小:974kb | 下载:0