资源列表
[数据结构常用算法] shujujiegou
说明:这是数据结构的实验或者课程设计,包括二叉树、链表等基本结构,含源码-This is a data structure of the experiment or curriculum design, including binary trees, linked lists and other basic structure, including source code<鸢尾> 在 2025-06-19 上传 | 大小:2.44mb | 下载:0
[数据结构常用算法] KDTreeprogramVC
说明:kd树的算法实现,用VC写的,比较详细,大家参考-kd tree program<lvdan> 在 2025-06-19 上传 | 大小:4.98mb | 下载:0
[数据结构常用算法] rank-of--100--meter-race-
说明:某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-To open a university track and field sports, currently has 12 players to participate in 100m, corresponding to the number of athletes and the results shown in the table,<bryce> 在 2025-06-19 上传 | 大小:12kb | 下载:0
[数据结构常用算法] cut-the-minimum-cut-problem
说明:cut 最小割问题 网络G=(V,E)的割cut(S,T)是将G的顶点集V划分为2个不相交的子集S和T,使s Î S , t Î T ,且cut(S,T) = {(u,v)Î E | u Î S,vÎ T}。设每条边(u,v)的边权为a(u,v),则割 cut(S,T)的权值为cut(S,T)中所有边权之和。最小割问题要求网络G 的权值最小的割。-cut the minimum cut problem network G = (V, E)<yjian> 在 2025-06-19 上传 | 大小:329kb | 下载:0