资源列表
[数据结构常用算法] POJ1113
说明:问题:已经平面上的若干点,求包围这些点的最小包围长 度 算法:经典的凸包算法,注意求解时对最外圈做处理。-Question: has a number of points on the plane, and surrounded by the smallest of these points, surrounded by the length of algorithm: the classic convex hull algorithm, when attention to sol<苏钿煌> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] assignment_1
说明:用C++写的两个多项式相加,但可在C下实现,只用将#define NULL 0 去掉就可以了.是用单向链表实现-Using C to write the sum of two polynomials, but can be achieved in C, only to# define NULL 0 to remove it. Is the realization of a one-way linked list<liu jing> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 56
说明:图的深度优先遍历,先用一二维数组存放图的信息,再调用creategrahph函数将其转换为邻接表的形式,接着调用dfs函数对图像进行深度优先遍历。-Graph depth-first traversal, first with a two-dimensional array stored map information, and then call creategrahph function will convert it to the adjacent form, and then call<bellinwater> 在 2025-06-15 上传 | 大小:1kb | 下载:0