资源列表
[数据结构常用算法] 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.)<蓉-> 在 2025-06-08 上传 | 大小:13kb | 下载: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.Morris and V.R.Pratt simultaneousl<蓉-> 在 2025-06-08 上传 | 大小:1kb | 下载: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.)<蓉-> 在 2025-06-08 上传 | 大小:12kb | 下载:0
[数据结构常用算法] KMP
说明:KMP算法 最常用的用于字符串处理的算法(KMP Algorithm for string processing)<ecstasy_EC> 在 2025-06-08 上传 | 大小:270kb | 下载:0
[数据结构常用算法] 数据结构与算法分析:C语言描述 中文版
说明:数据结构与算法分析(c语言版),数据结构与算法分析的入门书籍(Data structure and algorithm analysis (C language version))<knychr> 在 2025-06-08 上传 | 大小:7.47mb | 下载: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)<欧小小> 在 2025-06-08 上传 | 大小:58kb | 下载:0
[数据结构常用算法] Fundamental-Data-Structures
说明:Fundamental Data Structures by<tangoprj> 在 2025-06-08 上传 | 大小:5.03mb | 下载:0
[数据结构常用算法] 进制转换
说明:写出一个程序,接受一个十六进制的数值字符串,输出该数值的十进制字符串。(多组同时输入 )。 输入描述 : 输入一个十六进制的数值字符串。 输出描述 : 输出该数值的十进制字符串。(Write a program that accepts a sixteen binary numeric string and outputs the decimal string of the value. (multi group input at the same time). Input Descr<505爱夏> 在 2025-06-08 上传 | 大小:1kb | 下载:0