资源列表
[数据结构常用算法] shujujiegou
说明:输入一组整型元素序列,建立顺序表;顺序存储的线性表的算法-Enter a group of integer elements in sequence, to establish the order form order linear table storage algorithm<周> 在 2025-06-17 上传 | 大小:10kb | 下载:0
[数据结构常用算法] pp
说明: 通过对单链表的操作的实验,了解单链表的存储结构和操作方法,单链表是一种链式存储结构,使用一组任意的存储单元存储线性表中的元素,掌握链表的逆置,用指针进行操作。-Through the operation of a single list of experiments to understand the single list of the storage structure and method of operation, single-chain is a chain store struc<姚鹏飞> 在 2025-06-17 上传 | 大小:10kb | 下载:0
[数据结构常用算法] DataStructure
说明:几个常用的数据结构算法:堆栈、链表、二叉树、图等。-Some commonly used data structure algorithms: stack, linked lists, binary tree, map.<马烈> 在 2025-06-17 上传 | 大小:10kb | 下载:0
[数据结构常用算法] bmsearch_src
说明:BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer-Moore)算法是目前相当有效又容易理解的一种,一般情况下,比KMP算法快3-5倍。-BM keyword search algorithm used in the sub-string search algorithm which, BM (Boyer-Moore) algorithm is quite effective and easy to understand A, under normal circumstances<jiangjun> 在 2025-06-17 上传 | 大小:10kb | 下载:0
[数据结构常用算法] 5_queen
说明: 设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试用递归与非递归的方法编写算法,求解并输出此问题的所有合法布局-In the initial state in the international chess board does not have any pieces (Queen' s).<卡米力江> 在 2025-06-17 上传 | 大小:10kb | 下载:0