资源列表

« 1 2 ... .39 .40 .41 .42 .43 444.45 .46 .47 .48 .49 ... 2656 »

[数据结构常用算法yuesf

说明:约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。例如N=6,M=5,被杀掉的人的序号为5,4,6,2,3。最后剩下1号。   假定在圈子里前K个为好人,后K个为坏人,你的任务是确定这样的最少M,使得所有的坏人在第一个好人之前被杀掉。 -yuesf program
<dsa> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:UnionFind算法,实用,数据结构必备-UnionFind algorithm, practical, data structures necessary
<123> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法Stack

说明:栈的C语言版,学习时写的小程序,希望有助于初学者学习-The C language version of the stack, learning to write a small program, I hope this will help beginners to learn
<> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法bahaunghou

说明:皇后问题实现,以棋盘的形式展示,并且输出可行结果-the completeof queen question
<卢露露> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法test

说明:循环队列算法实现,例子说明,简单明了,容易理解。-Circular queue algorithm, examples illustrate the simple, easy to understand.
<zhu> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:破圈法求图的最小生成树,破圈法是“见圈破圈”,即如果看到图中有一个圈,就将这个圈的边去掉一条,直至图中再无一圈为止。(其中破圈法的" 圈"指的是回路) -Seek the minimal spanning tree to break the circle method, breaking the circle method is to see the ring to break the circle ", that is, if you
<胡婷> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法exp

说明:掌握简单匹配算法及模式匹配KMP算法的思想-Master the simple matching algorithm and pattern matching the thinking of the KMP algorithm
<天辰> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法Student.txt

说明:冒泡排序的源码,这是一个用C++编写的一个源码,解决排序问题- bubble sort
<iloveyou> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法combinations

说明:求解Nn的k组合 用字典排序法求N(n k) c-Solving Nn of k combinations Dictionary-ordering Method and N (n k)
<毛小> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:本程序,利用c语言实现了二叉树的建立,多种遍历,叶子的计算以及树深的计算!程序全部通过调试!-This program using c language to achieve the establishment of a binary tree, a variety of traversal, the calculation of the leaves and tree depth calculation. All the proced
<陈鹏> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法beipaowenti

说明:背包算法的c++简单实现,很有用的,可以-Knapsack algorithm
<> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法knap-error

说明:利用c++语言进行01背包问题回溯法解决实际问题-knapsack problem
<wangxuejun> 在 2025-01-21 上传 | 大小:1kb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 444.45 .46 .47 .48 .49 ... 2656 »

源码中国 www.ymcn.org