资源列表
[数据结构常用算法] DataStructure
说明:几个常用的数据结构算法:堆栈、链表、二叉树、图等。-Some commonly used data structure algorithms: stack, linked lists, binary tree, map.<马烈> 在 2025-06-15 上传 | 大小: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-15 上传 | 大小: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-15 上传 | 大小:10kb | 下载:0