资源列表
[数据结构常用算法] counting-sheep
说明:前一段时间我有睡眠问题。我曾经躺在床上,盯着天花板,几个小时。后来有一天,我的外婆建议我试着数羊后,我已经上床睡觉。与往常一样,当我的奶奶暗示的东西,我决定尝试一下。唯一的问题是,有没有羊的时候,我就去睡觉各地进行计数。 创意,因为我,这是不会阻止我。我坐下来写,使得字符,其中#代表羊的网格,而计算机程序。草(或任何你喜欢的,只是没有羊)。为了使计算更有趣,我也决定要数绵羊,而不是单一的成群的牛羊。两只羊在同<Emma> 在 2025-01-12 上传 | 大小:641kb | 下载:0
[数据结构常用算法] sortcompare
说明:针对排序数据的多少,冒泡、快速、希尔排序算法的效率比较。-Compare the efficiency of several sorting methods<yyh> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Single-linked-list
说明:已知一个带有表头结点的单链表,结点结构为 ,假设该链表只给出了头指针list。在不改变链表的前提下,请设计一个尽可能高效的算法,查找链表中倒数第k个位置上的结点(k为正整数)。若查找成功,算法输出该结点的data域的值,并返回1;否则,只返回0。 -Given a single linked list with a header node, node structure, assuming that the list gives o<陈默> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Detailed-version-of-the-maze
说明:本代码主要是实现了迷宫中如何探索路径的问题,其中主要运用了栈的知识。-The code is mainly realized how to explore the path of maze problem, which mainly uses the knowledge of the stack.<陈默> 在 2025-01-12 上传 | 大小:3kb | 下载:0
[数据结构常用算法] The-airport-scheduling-analysis
说明:模拟一个机场飞机降落和起飞的过程。内容:一个小飞机场有1条跑道,在天上有一个队列的飞机准备降落,地上有一队列的飞机准备起飞,当然必须等天上的飞机全部降落完后才能开始起飞。-Simulate a process of airport landing and take-off. Content: a small airport one runway, there is a queue in the sky of the plane to<陈默> 在 2025-01-12 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Random-number-generate
说明:任意区间的随机数产生数据结构算法,其最大的亮点是任意区间,这个区间是需要人为的去设定的,-Any range of random Numbers generated data structure algorithm, and its biggest bright spot is any interval, the interval is the need for human to set,<汤海波> 在 2025-01-12 上传 | 大小:2kb | 下载:0
[数据结构常用算法] number-interval
说明:输入一个整数,将各位数字反转后输出,输入一个0~6的整数,转换成星期输出-Enter an integer, will you digital output after inversion, input a integer 0 to 6, the output into a week<汤海波> 在 2025-01-12 上传 | 大小:1kb | 下载:0