资源列表
[数据结构常用算法] crosschain
说明:将两个十字链相加 且依旧存在第一个链表中-Sum of the two cross-chain and still exist in the first list<夏娜> 在 2025-06-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] QueensProblem_LVBackTrack
说明:在C语言环境下,采用拉斯维加斯算法及回溯算法解决常规八皇后问题,效率有很大提高。-In the C language environment, with the Las Vegas algorithm and conventional backtracking algorithm to solve the eight queens problem, greatly improving efficiency.<zhdxch> 在 2025-06-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Red-BlackTree
说明:在C语言环境下,实现对红黑树的插入结点操作。-In the C language environment, achieving the insertion of the red-black tree node operation.<zhdxch> 在 2025-06-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] LCS
说明:LCS问题具有最优子结构和重叠子问题的性质,因此采用动态规划算法自底向上计算该问题的解,并输出求到的LCS。-LCS problem with sub-optimal substructure and overlapping nature of the problem, so a bottom-up dynamic programming algorithm for computing the solution of the problem, and the output request to<zhdxch> 在 2025-06-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] pairdistance
说明:在C语言环境下,实现寻找空间中最近点对的有效算法。-In the C language environment, to achieve search space, the nearest point on the efficient algorithm.<zhdxch> 在 2025-06-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] joseph
说明:约瑟夫环(Joseph)问题的一种描述是:编号1,2,┉,n的n个人按顺时针方向围坐一圈,每个人持有一个密码(正整数),一开始,任选一个正整数作为报数上线值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1开始报数,如此下去,直至所有人全部出列为止。设计一个程序求出出列顺序。-Joseph Ring (Joseph) a descr iption of the problem is: No. 1,2,<木清澄> 在 2025-06-13 上传 | 大小:1kb | 下载:0