资源列表
[数据结构常用算法] List2
说明:链表的建立、操作与使用,对链表的结构进行了详细的描述,数据类型定义,以及抽象数据类型的定义进行了说明,对链表的一位操作进行了说明-List of the establishment, operation and use of the structure on the list are described in detail, data type definitions, and the definition of abstract data types are described on the<文哥> 在 2025-06-17 上传 | 大小:183kb | 下载:0
[数据结构常用算法] chengrui
说明:算法设计与分析实验报告,包括排序查找,快速排序,货郎担问题以及最大利润问题。该文档包括源程序和实验运行结果截图。-Algorithm design and analysis experiment report, including the sort to search, quick sort, HuoLangDan problems and the biggest profits. The document, including the source program and the experi<雅典娜> 在 2025-06-17 上传 | 大小:183kb | 下载:0
[数据结构常用算法] yuesefu
说明:约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。 -oseph (Josephus,) Central problem: the numbe<lv> 在 2025-06-17 上传 | 大小:183kb | 下载:0
[数据结构常用算法] hash_basic
说明:实现哈希表的基本操作,插入,搜索,输出,删除等功能。-This program will show how to operate to a HashTable.You can display all elems,search a elem,insert elem,delete a elem.<林恩> 在 2025-06-17 上传 | 大小:183kb | 下载:0
[数据结构常用算法] list
说明:1.创建一个双向链表,结点内容可以是任意类型的值; 2.删除一个已创建的双向链表; 3.向表尾添加一个结点;-1 Create a doubly linked list, the contents of the node can be any type of value 2. Delete a doubly linked list has been created 3 to add a node to the end of the table<John Handsome> 在 2025-06-17 上传 | 大小:183kb | 下载:0