资源列表

« 1 2 ... .50 .51 .52 .53 .54 2455.56 .57 .58 .59 .60 ... 2656 »

[数据结构常用算法biSearchTree_to_sortedList

说明:输入一棵二分查找树,将该二元查找树转换成一个排序的双向链表。 要求不能创建任何新的结点,只调整指针的指向。 二分查找树:root,每个节点:data、small pointer、large pointer 转换成排序的双向链表后small pointer应该指向前一个元素,larger pointer指向后一个元素-Enter a binary search tree, the two yuan search tree into a sort of two-way linked li
<大胡子> 在 2025-06-21 上传 | 大小:2kb | 下载:0

[数据结构常用算法Josephu

说明:代码用于解决特殊的约瑟夫环的问题,运用了链表,占和队列。- Code is used to address the special problems of Josephus, the use of the list, accounting and queues.
<周姜波> 在 2025-06-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法huichang

说明:执行贪婪算法,让持续时间最短的优先安排会场 -Execute greedy algorithm, so that the duration of the shortest priority venue
<kiko> 在 2025-06-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法zuiyouhebing

说明:最优合并问题,当取最小值保证每次的2个加数为最小便可,最大值同理取当前最大的两个值便可。取最小值与取最大值实现的方式不同,最小值不需要排序。-Optimal merger, when the minimum value of each guaranteed two addends can be minimum, maximum empathy take the current maximum of two values can be. Take the minimum and maximum v
<kiko> 在 2025-06-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:二叉树的简单实现代码,二叉树的简单实现代码-simple presentation of binary tree.
<Flarite> 在 2025-06-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法stack

说明:用C语言实现的静态栈的算法,清晰明了,方便学习-Using C language implementation of the static stack algorithm, clear, easy to learn
<Flarite> 在 2025-06-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法staticStac

说明:用C语言实现的动态栈的算法,清晰明了,方便学习-Using C language implementation of the dynamic stack algorithm, clear, easy to learn
<Flarite> 在 2025-06-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法for-c-array-size

说明:输入三个大小不同的数值,按这三个数由小到大输出。-for c array size
<zenghongpu> 在 2025-06-21 上传 | 大小:10kb | 下载:0

[数据结构常用算法output-prime-number

说明:判断101-200之间有多少个素数,并输出所有素数。-output100-200 prime number
<zenghongpu> 在 2025-06-21 上传 | 大小:10kb | 下载:0

[数据结构常用算法dijkstra

说明:自己搜集和编写的dijkstra算法和改进dijkstra算法,可以求出所有最短路径,还有floyd算法及相应的搜索程序-Own collection and preparation dijkstra dijkstra algorithm and the improved algorithm can find all the shortest path, and floyd algorithm and the appropriate search program
<gao> 在 2025-06-21 上传 | 大小:2kb | 下载:0

[数据结构常用算法teacher

说明:定义Teacher类和Cadre类,采用多种继承方式由这两个类派生出新类Teacher-Cadre.-Define the Teacher class and Cadre class, using a variety of inheritance by the two classes derived the new class Teacher-Cadre.
<张旭> 在 2025-06-21 上传 | 大小:11kb | 下载:0

[数据结构常用算法student

说明:将一个Student对象替换为Teacher类,将num,name,sex三个相同的数据成员移植过去-Replace a Student object with a Teacher class and port the same data members num, name, and sex
<张旭> 在 2025-06-21 上传 | 大小:10kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 2455.56 .57 .58 .59 .60 ... 2656 »

源码中国 www.ymcn.org