资源列表
[数据结构常用算法] gaijin
说明:冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换, 每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作? 如将N 个数按从大到小排序,Turbo C语言程序函数-Bubble sort is one of the basic data algorithm, and its basic method is: to compare two adjacent elements, if necessary will ca<杨飞> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] z
说明:课程设计,数据结构的关于循环队列,应用为猴子选大王-Curriculum design, data structure on the circle queue, the application for the monkey king election<rochest.h.ye> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] mini_prio_queue
说明:最小优先队列的c++模板实现,如果是自定义类型则需要重载<运算符。-Minimum priority queue c++ Template to achieve, if it is a self-defined type is required overloaded <operator.<edshea> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BiTreefind
说明:这个是二叉排序树。能通过二叉树对一组数字进行排序。-This is a binary sort tree. Through the binary tree on a set of numbers to sort.<刘旭> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shuxu
说明:顺序查找是一种简单的查找方法,数据记录顺序存放在某顺序表中。顺序表查找的方法是:从顺序表的一端开始,用给定值K逐个顺序地与表中各记录的关键字相比较,直到在表中找到某个记录的关键字与K值相等,表明查找成功;否则,若查遍了表中的所有记录却仍未找到与K值相等的关键字,表明查找失败。-Find the order is a simple way to find the data records stored in a sequential order of the table. Order table<燕> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shendu
说明: 1、深度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的一个未被访问过的邻接顶点W1,再从W1出发,访问W1的一个未被访问过的顶点W2,然后从W2出发,访问W2的一个未被访问过邻接顶点W3,依次类推,直到一个所有邻接点都被访问过为止。-1, depth-first search graph traversal algorithm: First visit to the designated start vertex V0, starting from V0, V0 a<燕> 在 2025-06-16 上传 | 大小:1kb | 下载:0