资源列表
[数据结构常用算法] 2-9
说明:假设在长度大于1的单循环链表中,既无头结点也无头指针。s为指向某个结点的指针,试编写算法删除结点*s的直接前驱结点,该程序是数据结构的范例-Assuming the single cycle in length greater than 1 in the list, neither the first nor the head node pointer. s is a pointer pointing to a node, delete node algorithm test preparati<王苯充> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] datastructure_haoshu
说明:数据结构的好东西,希望大家好好学习一下,我会给大家继续分享好资料-Data structure of the good things, I hope you take some lessons, I will give good information to share with<haha> 在 2025-06-08 上传 | 大小:306kb | 下载:0
[数据结构常用算法] Stack_buffer
说明:用堆存储方式实现字符串的基本操作的课程设计涵盖了丰富的堆栈操作 最主要的是有详细的PPT介绍说明-Heap storage for string with the basic operation of the curriculum covers a wealth of stack operations is most important is a detailed descr iption of PPT Introduction<Vencent_H> 在 2025-06-08 上传 | 大小:317kb | 下载:0
[数据结构常用算法] sortABC
说明:随机数产生1000个数,保存在文件中,将前300个整数读入数组A,接下来的400个读入B,最后的300个读入C,分别用冒泡排序,选择排序,直接插入排序算法对A,B,C中的数排序,并按一定格式输出。-1000 the number of random number generation, save the file, read the first 300 integer array A, read the next 400 B, read the last 300 C, respectively,<bp> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dance_parter_code
说明:数据结构舞伴问题,用单链表写的,有需要就拿去吧-Data structure partner issue, written in a single linked list<Zerover> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] huge
说明:数据结构 思想与实现 第二章 第11题 对一些任意大的整数用单链表的方案解决起计算问题;包括输入输出操作,加法操作和复制操作-Data structure thought and realization of the second title of Chapter 11 for some arbitrarily large integers with a single list of programs to address the problem from the calculation<大罗> 在 2025-06-08 上传 | 大小:852kb | 下载:0
[数据结构常用算法] stackANDqueue
说明:1. 用栈模拟停车场,队列模拟便道。停车场满的时候在便道排队,一旦有车开走,排在第一位的就进入停车场。 2. 当有车要开走的时候在它后面进入停车场的车先依次开出,待该车缴费离开后再依次回到停车场。 3. 离开停车场时应按时间缴纳费用,排队车辆进入停车场时也应该缴纳相应的排队费用。 4. 车辆到达时输出停车位置,离开时输出停留时间和应缴纳费用。 -1. With a stack simulation parking lot, queue simulation of pavement<SUMMER> 在 2025-06-08 上传 | 大小:2kb | 下载:0