资源列表
[数据结构常用算法] 8576-顺序线性表的基本操作
说明:顺序表是在计算机内存中以数组的形式保存的线性表,是指用一组地址连续的存储单元依次存储数据元素的线性结构。(The sequence table is a linear table stored in the form of an array in computer memory. It refers to a linear structure that stores data elements sequentially in a con<蓉-> 在 2024-11-02 上传 | 大小:13312 | 下载:0
[数据结构常用算法] 8589-银行客户平均等待时间
说明:经典问题的标准算法:银行客户平均等候时间,要算等候时间和算逗留时间不同(The standard algorithm of the classic problem: the average waiting time of the bank customer is different from the waiting time and the time of the stay.)<蓉-> 在 2024-11-02 上传 | 大小:13312 | 下载:0
[数据结构常用算法] 8592-KMP算法
说明:实现KMP算法。KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特--莫里斯--普拉特操作(简称KMP算法)。(Implement the KMP algorithm. KMP algorithm is an improved string matching algorithm. It is discovered by D.E.Knuth, J.H.Morr<蓉-> 在 2024-11-02 上传 | 大小:1024 | 下载:0
[数据结构常用算法] 8606-二叉树的构建及遍历操作
说明:实现二叉树的遍历操作,属于数据结构基础算法,代码能够顺利运行,运行环境是ColdBlick。(The traversing operation of two forked tree belongs to the basic algorithm of data structure, the code can run smoothly, and the running environment is ColdBlick.)<蓉-> 在 2024-11-02 上传 | 大小:12288 | 下载:0
[数据结构常用算法] KMP
说明:KMP算法 最常用的用于字符串处理的算法(KMP Algorithm for string processing)<ecstasy_EC> 在 2024-11-02 上传 | 大小:276480 | 下载:0
[数据结构常用算法] 数据结构与算法分析:C语言描述 中文版
说明:数据结构与算法分析(c语言版),数据结构与算法分析的入门书籍(Data structure and algorithm analysis (C language version))<knychr> 在 2024-11-02 上传 | 大小:7836672 | 下载:0
[数据结构常用算法] 数据结构与数据库实验
说明:编程实现表的定义及常用操作:1)判断表示表是否为空;2)获取第i个节点的内容;3)删除;4)插入(Programming definition and common operation of the table: 1) judge whether the table is empty; 2) get the content of the i-th node; 3) delete; 4) insert)<欧小小> 在 2024-11-02 上传 | 大小:59392 | 下载:0