资源列表
[数据结构常用算法] Combine-turn
说明:软件技术基础中关于数据结构的问题:通过C语言来实现 顺序表的合并。-combine the data-turns by c.<zhao> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] project3
说明:通过读入的输入文件来判断开始点到终止点之间的最短路以及此图是否为有向无环图-You will read the standard input a descr iption of a graph and then report two things on that graph: 1. The shortest path between a source node and a destination node specified in the input. 2. Whether the g<朱撸> 在 2025-06-18 上传 | 大小:278kb | 下载:0
[数据结构常用算法] DYNAMIC--PROGRAMMING
说明:动态规划的讲义,包含对动态规划算法的基本介绍以及一些经典例子。-Dynamic Programming notes, contains a basic introduction to the dynamic programming algorithm and some classic examples.<李欢> 在 2025-06-18 上传 | 大小:173kb | 下载:0
[数据结构常用算法] hdu5102
说明:hdu5102的ac源码。算法:队列、数据结构、图论、模拟。题意:输入一棵树,输出前k小的点对最短距离dis(i,j)的和。-AC source of hdu 5102. Algorithm: queues, data structures, graph theory, simulation. Meaning of the title: Enter a tree, output the sum of the first k smallest shortest distance of dis (i<郑泽彬> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] UVALive4849
说明:uvalive4849的ac源码。算法:2-sat。题意:给n(n<=3000)个黑方块的坐标,保证黑方块没有公共边。对于每个黑方块选一个角作为结点,使得所选结点满足输入的一个无向图。其中距离为曼哈顿距离。输出是否有解。possible或impossible。-AC source of uvalive 4849. Algorithms: 2-sat. Meaning of the questions: to n (n <= 3000) coordinates a black box,<郑泽彬> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[数据结构常用算法] hdu4859
说明:hdu4859的ac源码。算法:最大流最小割。题意:题意:假设地图为一个N*M的格子,其中一些是陆地,一些是可以填充的浅海域,一些是不可填充的深海域。这里定义海岸线的长度为一个联通块陆地(可能包含浅海域填充变为的陆地)的边缘长度,两个格子至少有一个公共边,则视为联通。 值得注意的是,这里Z市的陆地区域可以是不联通的,并且整个地图都处在海洋之中,也就是说,Z市是由一些孤岛组成的,比如像,夏威夷? 你的任务是,填充某些浅海域,使得所有岛屿的海岸线之和最长。 输出最长海岸线和。-AC<郑泽彬> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] edit-distance
说明:算法导论(3)动态规划中edit distance 一题解答-Introduction to Algorithms (3) dynamic programming in an edit distance Answers<xiazhao> 在 2025-06-18 上传 | 大小:2kb | 下载:0