资源列表
[数据结构常用算法] InsertionSort
说明:这是拍速算法中的插入排序算法的实现,自己亲写亲测,真实可用。-This is a tempo algorithm insertion sort algorithm, their pro-write pro-test, the real available.<alabo> 在 2025-07-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] RandomizedSelect
说明:这是一个随机选择排序算法,本人亲写亲测,确实可用。-This is a random selection sort algorithm, I wrote the pro-pro-test, really available.<alabo> 在 2025-07-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BlackBound
说明:有有一间长方形的房子 ,,地上铺了红 色、黑色两种颜色的正方形瓷砖。你站在其中 一块黑色的瓷砖上块黑色的瓷砖上,,只能向相邻的黑色瓷砖移只能向相邻的黑色瓷砖移 动。请写一个程序,计算你总共能够到达多少 块黑色的瓷砖块黑色的瓷砖 -There are a rectangular house between the rectangular house, to spread the red floor is covered with red and black co<陈韬> 在 2025-07-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] jiegouti
说明:结构体的排序,定义一个5个元素的 struct STUDENT 数组, (1)从键盘输入5个学生的信息。 (2)按总分降序排序。 (3)按语文成绩降序排序。 (4)按姓名升序排序。-Structure of the sort, define a five-element array of struct STUDENT, (1) from the keyboard 5 student information. (2) in descending order by total sco<里昂> 在 2025-07-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] polynomials
说明:两个多项式相加,使用链表,计算时间复杂度,数据结构应用-Write a function to add two polynomials. Do not destroy the input. Use a linked list implementation. If the polynomials have M and N terms, respectively, what is the time complexity of your program?<zhuang929> 在 2025-07-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Polynomial-operations
说明:单链表存储多项式,头结点可存放多项式 的参数,如项数等-Single-chain storage polynomials, the first node can store the polynomial parameters, such as the number of items, etc.<阿园> 在 2025-07-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 10.15
说明:有一个班4个学生,5门课。(1)求第一门课的平均分 (2)找出有2门以上课程不及格的学生,输出他们的学号和全部 课程成绩和平均成绩;(3)找出平均成绩在90分以上或者全部 课程成绩在85分以上的学生。分别编写3个函数实现以上3个要求-There is a class four student, 5 course. (1) Find the first course of the average (2) to identify two or more students failed t<weiyanyu> 在 2025-07-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] R7.4
说明:.4已有一个已经排好序的数组,今输入一个数,要求按照原来排序的规律将它插入数组中。 本程序可以对both由小到大的排列数组和由大到小的数组进行操作-.4 Has an already sorted array, this type a number, sorted according to the original law required it into the array. The program can arrange for both small to large arrays an<weiyanyu> 在 2025-07-12 上传 | 大小:1kb | 下载:0