资源列表
[数据结构常用算法] insert_sort
说明:排序中的insert_sort是用的最多的一个排序方法啦-Sort of insert_sort is one of the most sort method you<张峰> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] merge_sort
说明:merge_sort的一个示例程序,希望能对初学者有所帮助-merge_sort an example of the procedure, hoping to be helpful for beginners<张峰> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] quick_sort
说明:qiuck_sort是优于其他排序操作的一种排序方法,而且不易于理解-Sort qiuck_sort is superior to other methods of operation of a sort, but can not be easily understood<张峰> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] NqueenProblem
说明:著名的n皇后问题 在一个棋盘上, 如果任意两个皇后排在同一行或者同一列上就会互相残杀, 此算法用以解决棋盘上n个皇后如何排列才能不互相残杀。 -N the famous Queen s problem in a chessboard, if any two of Queen s in the same line or on the same row will be killing each other, the algorithm to<piki> 在 2025-01-19 上传 | 大小:158kb | 下载:0
[数据结构常用算法] zuichangdizengzishulie
说明:所谓子序列,就是在原序列里删掉若干个元素后剩下的序列,以字符串"abcdefg"为例子,去掉bde得到子序列"acfg" 此程序可求出它最长的单调递增子序列。 -The so-called sub-sequences, that is deleted in the original sequence in a number of elements remaining after the sequence to the strin<杨磊> 在 2025-01-19 上传 | 大小:1kb | 下载:0