资源列表
[数据结构常用算法] List
说明:对链表的一些处理,包括头插法建表,尾插法建表,链表长度运算 ,求链表第i个元素运算 ,按值查找运算,插入结点运算,删除结点运算,逆置链表运算-On the list of some of the processing, including construction of the first interpolation table, end table built interpolation, computing the length of the list, find the i-th elem<zzd> 在 2025-06-07 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Open-the-Lock
说明:hdu 1195的AC代码。用的双向BFS,注释罗列了一些该注意的事情-hdu 1195 the AC code. With two-way BFS, note lists a number of things in the note<Light> 在 2025-06-07 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Sorting_Algorithm
说明:常用算法,C++实现选择,快速,插入,冒泡,二分法等算法-Commonly used algorithms, C++ implementation choices, fast, insertion, bubble, so the dichotomy algorithm<wang> 在 2025-06-07 上传 | 大小:2kb | 下载:0
[数据结构常用算法] work83
说明:Flatopia是个很平的地方,政府想要修高速公路,以解决交通问题。高速公路系统能使得驾驶能够不出离此系统就能够在任意两城之间通行。城镇编号1~N,每条高速路连接两个城镇,所有高速路都是直线的,双向使用的。但是一个驾驶员只能在公路的尽头的城镇改变线路。当地政府想要尽量减少所需修建最长公路的长度,然而,必须保证每一个城镇都是可以达到的。 输入: 处理情况。 由一个矩阵代表了每两个镇之间的距离,每个情况末尾是空行。 二、 算法分析: 题目抽象后可得,给定一个图,要求找到一个<ChenSiyu> 在 2025-06-07 上传 | 大小:2kb | 下载:0