资源列表
[数据结构常用算法] graph_kruskal
说明:最小生成树经典代码,,,很有逻辑性,,,希望对你有帮助-Classical minimum spanning tree code,,, very logical<李凯> 在 2025-02-02 上传 | 大小:20kb | 下载:0
[数据结构常用算法] DS
说明:basic algorithms of datastructures using c and c-basic algorithms of datastructures using c and c++<anand pawar> 在 2025-02-02 上传 | 大小:20kb | 下载:0
[数据结构常用算法] -Prims-algorithm
说明:通过使用普利姆算法,来实现图中的各种操作。-Through the use of PuLiM algorithm to realize the graph of the various operation.<haoqiu> 在 2025-02-02 上传 | 大小:20kb | 下载:0
[数据结构常用算法] Template-realize-list
说明:用模板实现通用链表类,看后对模板类收益匪浅-Use template achieve universal chain watches, looked for the template classes from this program<曾小曾> 在 2025-02-02 上传 | 大小:20kb | 下载:0
[数据结构常用算法] touziwenti
说明:1. 熟悉动态规划的使用方法 2. 分析投资问题的最优子结构 3. 用动态规划求解投资问题 求解总投资额为m,共有n个项目,Gi(x)为向第i项工程投资费用为x时的收益,如何分配资源才能获得最大利润。 -1. Familiar with dynamic programming using method 2. Analysis of the optimal sub-structure of investment 3 inv<SongLY> 在 2025-02-02 上传 | 大小:20kb | 下载:0
[数据结构常用算法] shiyan7004
说明:掌握关系连接操作的实现算法,理解算法的I/O复杂性,使用C语言实现重要的关系连接操作算法。-Knowledge of relational join operation algorithm, to understand the algorithm I/O complexity, using the C language important relationships connecting operation algorithm.<李善国> 在 2025-02-02 上传 | 大小:20kb | 下载:0
[数据结构常用算法] Parking-lot-problem
说明:设停车场是一个可停放 n 辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端)。若停车场内已经停满 n辆车,那么后来的车只能在门外的便道上等候。一旦有车开走,则排在便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场。-Parking lots i<冯柳鑫> 在 2025-02-02 上传 | 大小:20kb | 下载:0