资源列表
[数据结构常用算法] c_algorithm_in_common_use
说明:C语言常用算法,一般用到的都包含在里面,对初学者非常有用,还可以当作工具,非常不错.-C language commonly used algorithms, in general use are included in there, very useful for beginners, but also can be used as a tool, very good.<h*iyect> 在 2025-01-31 上传 | 大小:299kb | 下载:0
[数据结构常用算法] MathEngine
说明:这是一个数学引擎的源码.包含了2D 3D各种运算的支持.定义了各种数据结构.编译后生成链接库.-This is a mathematical engine source. Contains 2 D 3 D various operations support. Defines all kinds of data structure. Compiler to create link libraries<铁峰> 在 2025-01-31 上传 | 大小:300kb | 下载:0
[数据结构常用算法] Lecture7_BinarySearch1
说明:这是数据结构的二分排序算法源码,健忘版本,检验通过-This is the data structure of the two sub-sort algorithm source code, forgetful version, tests have been passed ...<杜艳丽> 在 2025-01-31 上传 | 大小:300kb | 下载:0
[数据结构常用算法] Library-Management-System-
说明:图书馆管理系统,完成图书馆的核心算法,具有图书录入,借书人录入,借阅图书,归还图书,图书查询和价格计算等功能。-Library management system, complete library of core algorithms, feature book entry, entry borrowers to borrow books, return books, search for a book, and prices, an<王京石> 在 2025-01-31 上传 | 大小:300kb | 下载:0
[数据结构常用算法] MergeSortedLists
说明:将两个排好顺序的链表,合并成一个新的链表,顺序递增-The two good order of the list, merged into a new list, Order Ascending<莫芊韵> 在 2025-01-31 上传 | 大小:301kb | 下载:0
[数据结构常用算法] SuffixArray
说明:后缀数组是处理字符串的有力工具。后缀数组是后缀树的一个非常精巧的 替代品,它比后缀树容易编程实现,能够实现后缀树的很多功能而时间复杂度也 并不逊色,而且它比后缀树所占用的内存空间小很多。可以说,在信息学竞赛中 后缀数组比后缀树要更为实用。本文分两部分。第一部分介绍两种构造后缀数组 的方法,重点介绍如何用简洁高效的代码实现,并对两种算法进行了比较。第二 部分介绍后缀数组在各种类型题目中的具体应用。-Suffix arr<sxy> 在 2025-01-31 上传 | 大小:300kb | 下载:0