资源列表
[数据结构常用算法] shujujiegou
说明:数据结构实验 如下: Status Fibonacci(int k, int m, int &f) /* 求k阶斐波那契序列的第m项的值f */-Experimental data structure is as follows: Status Fibonacci (int k, int m, int<caicai> 在 2025-01-24 上传 | 大小:27kb | 下载:0
[数据结构常用算法] BFSTraverse
说明:图的遍历_邻接表存储.cpp 检验深度优先和广度优先的程序(邻接表存储表示)-Graph traversal _ adjacent table storage. Cpp test the depth and breadth of the priority of priorities Procedure (adjacent table, said storage)<金婷> 在 2025-01-24 上传 | 大小:2kb | 下载:0
[数据结构常用算法] danlianbiao
说明:单连表,这是用c++实现的简单小程序。可以为大家提供一点方便很开心。-Even a single table, it is c++ Achieve a simple applet. Can provide a bit easier for everyone very happy.<gupingping> 在 2025-01-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dierzhangxianxinbiaoer
说明:线性表顺序存储结构特点:逻辑关系上相邻的两个元素在物理存储位置上也相邻; 优点:可以随机存取表中任一元素,方便快捷; 缺点:在插入或删除某一元素时,需要移动大量元素 需要预先确定数据元素的最大个数。-Linear sequence table storage structure characteristics: the logic of the relationship between the two adjacent<周小强> 在 2025-01-24 上传 | 大小:34kb | 下载:0
[数据结构常用算法] dierzhangxianxinbiaosan
说明:循环单链表是单链表的另一种形式,其结构特点是链表中的最后一个结点的指针域不再是结束标记,而是指向整个链表的第一个结点,从而使链表形成一个环。 问:带头结点的循环单链表的插入、删除算法如何写?-List is a single cycle of a single list of another form, its structure is characterized by a list of the last node pointer<周小强> 在 2025-01-24 上传 | 大小:23kb | 下载:0