资源列表
[数据结构常用算法] sqstack
说明:和线性表类似,栈也有两种存储表示:顺序栈和链栈。 顺序存储结构简称为顺序栈。和顺序表类似,对顺序栈也需要事先为它分配一个可以容纳最多元素的存储空间。 -and linear scale similar Stack also have two storage : order Stack and Stack chain. Sequence storage structure referred to as the sequence of stack. Table and order<小虫子> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] zuidashuichazhao
说明:查找数组的最大值。设第一个元素为最大值,进行查找-search array maximum. Set up an element of its maximum, you<童叶> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] btree
说明:为数据库创建索引的B+树的算法实现。功能包括创建删除节点、条目等。最终将树递归打印于屏幕。(包含内存资源管理)-Index for the database to create B+ Tree algorithm. Features include the creation of the deletion of nodes, and other entries. Will eventually recursive tree print on the screen. (Including memo<shuai> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] Shell_MergeSorting
说明:同时对Shell排序和归并排序进行了实现,并且打印了每趟的结果-At the same time, Shell sort and merge sort carried out to achieve, and print the results of each trip<史> 在 2025-06-16 上传 | 大小:8kb | 下载:0
[数据结构常用算法] ZuiChangGongGongZiXuLie
说明:问题描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。 一般地,给定一个序列X=<x1,x2,…,xm>,则另一个序列Z=<z1,z2,…,zk>是X的子序列,是指存在一个严格递增的下标序列〈i1,i2,…,ik〉使得对于所有j=1,2,…,k使Z中第j个元素zj与X中第ij个元素相同。 给定2个序列X和Y,当另一序列Z既是X的子序列又<陈文浩> 在 2025-06-16 上传 | 大小:8kb | 下载:0