资源列表
[数据结构常用算法] shangchuanchengxu5
说明:将一个5*5的矩阵中得最大元素放在中心,4个角分别放4个最小的元素,写一函数实现,用main函数调用。-A 5* 5 matrix in the largest element in the center, four corners were placed four smallest element, write a function to achieve, with the main function call.<张伟> 在 2025-06-04 上传 | 大小:4kb | 下载:0
[数据结构常用算法] sort
说明:实现几种典型排序方法:a) Insertion Sort;b) Selection Sort;c) Bubble Sort;d) Rank Sort 分析算法的时间复杂度并测量其实际运行时间。-Order to achieve several typical methods: a) Insertion Sort b) Selection Sort c) Bubble Sort d) Rank Sort algorithm' s time complexity analysis and<Yuan> 在 2025-06-04 上传 | 大小:4kb | 下载:0
[数据结构常用算法] structured-programming
说明:顺序结构、循环结构和其他控制结构的8个算例-Eight examples for order structures, looping structures, and other control structures.<kathy> 在 2025-06-04 上传 | 大小:4kb | 下载:0
[数据结构常用算法] backnap-and-large-number-
说明:使用队列类解决背包问题 和使用线性表解决俄大数计算问题-Solve the knapsack problem using the queue class, and use the linear form of large numbers to solve computational problems Russia<蒋> 在 2025-06-04 上传 | 大小:4kb | 下载:0
[数据结构常用算法] sss
说明:设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场最里面)。如果停车场已放满n辆车,则后来的车辆只能停在停车场大门外的便道上等待,一旦停车场里有车开走,则排在便道上的第一辆车就进入停车场。若停车场内有某辆车要开走,在它之后进入停车场的车都必须先退出停车场,为它让路,待其开出停车场后,这些车再依原来的次序进场。每辆车离开停车场时,都应根据其在停车场的逗留时间交费。如果停留在便道上的车未进停车场就<孙帅> 在 2025-06-04 上传 | 大小:4kb | 下载:0
[数据结构常用算法] LinkedList
说明:A Linked List data structure implemented via pointers.<subzeroice16> 在 2025-06-04 上传 | 大小:4kb | 下载:0
[数据结构常用算法] LinkedQueue
说明:A data structure implemented with by a Linked List data structure.<subzeroice16> 在 2025-06-04 上传 | 大小:4kb | 下载:0
[数据结构常用算法] LinkedStack
说明:A Stack abstract data type implemented via a Linked List<subzeroice16> 在 2025-06-04 上传 | 大小:4kb | 下载:0