资源列表
[数据结构常用算法] aaa
说明:分治法解决最近对问题 画一条垂直线x=c,把这些给定点分为两个包含n/2个点的子集S1和S2,使得n/2个点位于直线的左侧或直线上,另外n/2个点位于直线的右侧或直线上;遵循分治法的思想,递归地求出左子集S1和右子集S2中的最近对,分别为d1与d2;之后d=min{d1,d2}。合并过程:在以垂线x=c为对称轴,2d为宽度的区域内求最近两个点的距离,记为d3;求D=min{d,d3}; -Sub-rule method to resolve the issue of the recent<王鹏> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ParkingLotSimulation
说明:Parking Lot Simulation: Parking lot attendants often park cars bumper-to-bumper, several cars deep. This maximizes the number of cars they can fit into a parking lot at the expense of complicating the process of retrieving someone s car when they w<周墨> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] migongwenti
说明:数据结构课程设计_迷宫问题 会有所帮助得-Data Structure Course Design _ maze problem will be helpful to have<陈小平> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] tudebianliyanshi
说明:数据结构课程设计图得演示遍历 大家拿去用啊-Data structure design courses have you taken with presentation ergodic ah<陈小平> 在 2025-06-28 上传 | 大小:1kb | 下载:0
[数据结构常用算法] huffman
说明:建立huffman树,并进行huffman编码.-Huffman tree establishment and huffman encoding.<ruanlingxi> 在 2025-06-28 上传 | 大小:1kb | 下载:0