资源列表
[数据结构常用算法] ImprovedEbulliton
说明:冒泡法改进: 1.若某次循环中没有数据交换过,则可认为数据已经有序了,不必再进行循环了,可在程序中设一变量Flag 用来标识有无数据交换 2.如果在一次循环中,最后的某些元素没有交换过,则说明后面这些元 素的顺序已排序,下次循环可不对其进行比较-Bubble Act to improve: 1. If there is no cycles in a data exchange, and may think the data<yangxh> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] NQueenProblem
说明:这是一个自己实现的N皇后问题c++解法,请各位指教-This is an own implementation of the N Queens problem c++ solution<测试加利> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] topsorting
说明:此函数功能是图的遍历算法,用邻接矩阵存储图,然后求出其拓扑排序,再输出其图的信息-Function is to map the function of the traversal algorithm, the adjacency matrix storage map, then calculated the topological sort, then the output of its map information<li> 在 2025-01-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 1
说明:设有n个人站成一圈,每个人持有一个密码(正整数)。现从第t个人开始,按顺时针方向“1,2,3,4,…”循环报数,数到m1(第t个人所持密码)的人出列,然后从出列者的下一个人重新开始报数,数到m2(刚出列者所持密码)的人又出列,如此重复进行,直到n个人都出列为止。-something like Joseph problem<fengyumoce> 在 2025-01-19 上传 | 大小:1kb | 下载:0