资源列表
[数据结构常用算法] QuickSort
说明:步骤:设有一待排序的序列 1、分别设置low、high指向序列的最左端、最右端;从序列中选一个进行排序(通常选最左端的值low指向的值),存入到tmp; 2、从high端开始,查找比tmp小的,找到后将该值放入到low指向的存储位中;同时将high指向当前查到的值所在的位; 3、从low端开始,查找比tmp大的,找到后将该值放入到high指向的存储为中,同时low指向当前查到的值所在位; 4、若low位小于high位,返回步骤2;否则,将tmp值存入到空出来的low+1指向<马艳娟> 在 2025-06-15 上传 | 大小:6kb | 下载:0
[数据结构常用算法] shizilianbiao
说明:十字链表A=A+B(有注释),自行输入A、B表-Cross-linked A = A+ B (with comments), to input A, B Table<李健> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] LiteratureResearchAssistant
说明:文学研究助手(链表),这是学习数据结构的一个小程序,使用链表编写-Literature Research Assistant (list), which is a small data structure learning, the use of the list prepared<李健> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ListToDetermine
说明:判断邻接表中是否存在vi到vj的路径,数据结构初学者可以参考一下-Adjacency list to determine whether there is a path vi to vj, beginners can refer to data structure<李健> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] CclassicsAlgorithm
说明:c的常用的,并且比较经典算法,可以解决一些初学者编程思路的问题-c, common, and the more classic algorithms, programming ideas to solve some problems for beginners<elby> 在 2025-06-15 上传 | 大小:22kb | 下载:0
[数据结构常用算法] box
说明:算法分析与设计中凸包使用蛮力法实现图形用户界面 -Analysis and design of algorithms using the brute force method to achieve the convex hull graphical user interface<fengxiaoyao> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] C
说明:计算机编程语言基础-数据结构,很详细的资料,初学者可以参考一下。-Computer programming language based on data structure, very detailed information, beginners can refer to.<zhangbestpeng> 在 2025-06-15 上传 | 大小:254kb | 下载:0