资源列表
[数据结构常用算法] distanceEdition
说明:用动态规划的方法来实现的编辑距离问题。没了-Using dynamic programming methods to achieve the edit distance problem. Gone<killer> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[数据结构常用算法] T2
说明:系统基础结构,大学数据结构。作业,用数据结构方法,参照模版写实验报告。-System infrastructure, university data structure. Methods with data structures, not with the database program debugging good teacher acceptance was sought after. Acceptance, the reference template to write lab rep<ZN> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shujujiegou
说明:用c++实现数据结构的各种应用,内容非常详细。-Using c++ data structures to achieve a variety of applications, content is very detailed.<Fan xiumei> 在 2025-06-20 上传 | 大小:12.64mb | 下载:0
[数据结构常用算法] tingchechang
说明:设停车场是一个可以停放n辆汽车的狭长通道,且只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n辆车,则后来的车只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须先退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。-Parking lots is a vehicle that can accomm<M.T> 在 2025-06-20 上传 | 大小:75kb | 下载:0
[数据结构常用算法] TREE
说明:树型结构是以分支关系定义的层次结构,它是一种重要的非线性结构。树型结构在客观世界中广泛存在。而平衡二叉树因其特性,它在查找时拥有比普通二叉树更高的效率,所以它拥有很广泛的应用。 关键词:二叉树,平衡二叉树,查找 -Tree branch relations are defined hierarchy, it is an important non-linear structure. Tree is widespread in the objective world. The balanc<M.T> 在 2025-06-20 上传 | 大小:337kb | 下载:0
[数据结构常用算法] Data_struct
说明:Data_struct.rar 数据结构习题解析-Data_struct.rar Problem parsing data structures<M.T> 在 2025-06-20 上传 | 大小:4.76mb | 下载:0
[数据结构常用算法] Data_struct_1
说明:数据结构课后设计题第一章 ◆1.16② 试写一算法,如果三个整数X,Y和Z 的值不是依次非递增的,则通过交换,令其为 非递增。 要求实现下列函数: void Descend(int &x, int &y, int &z) void Descend(int &x, int &y, int &z) { int temp if(x<=y){temp=x x=y y=temp } if(y<=z){temp=y y=z z<苏文俊> 在 2025-06-20 上传 | 大小:2kb | 下载:0