资源列表
shendu
- 1、深度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的一个未被访问过的邻接顶点W1,再从W1出发,访问W1的一个未被访问过的顶点W2,然后从W2出发,访问W2的一个未被访问过邻接顶点W3,依次类推,直到一个所有邻接点都被访问过为止。
erchashu
- 这也是本人上学期学数据结构是做的 各种搜索方式都有 我的心血啊 分享了 哈哈!-This is my last semester data structure is to do a variety of ways to search the hard work I have shared ah ha ha!
polynomial
- 多项式处理。本程序可以对多项式进行一些处理,可以实现加减乘除求余,计算多项式的值等功能-Polynomial processing. The program can handle some of the polynomial can be achieved modulo addition, subtraction, calculate the value of polynomial functions
Quick_Sort5
- 提供快速排序的一种版本,可以较好的改变快速排序的时间性能。-Provides a quick sort version, you can better sort of time changing fast performance.
hanota
- 单列汉诺塔问题:将汉诺塔的金盘按任意顺序叠成一列,我们试图通过某些操作,将其按照小盘在上大盘在下的规则排列整齐。由于没有可用于暂时存放金盘的柱子,我们可以执行的唯一操作是将金盘列的最上面若干层翻过来,不允许从中间或者底部抽出金盘进行翻转。用递归实现-Single Liehannuota problem: The Tower of Hanoi gold disc in any order folded column, we tried to pass some operations, which
shujujiegou
- 实现数据的头插与尾插法输入: ①用尾插法插入数据,生成一个链表,显示qq号。输入依次为2、2、0、9、6、8、3、1、0、9 ②用头插法插入数据,生成一个链表,显示生日。输入依次为1、2、3、0、3、9 输出: -Implement the data of head and tail plug method
e2.04
- v带轮建模命令流,创建带轮断面,再绕轴旋转创建带轮体。-v pulley flow modeling commands to create a pulley section, and then pivoted to create a pulley body.
duichengcha
- 求两个集合的对称差 ,用户给出输入 程序打印结果,是通过分别求并集,交集而得-for two pools symmetric difference, and give users the importation procedures Print results were seeking through and sets derived intersection
Nqueue
- 经典算法问题--N皇后问题。回朔法求解,完整的C++源码程序。
notify
- 大革命时期,地下党组织的联络方法是一个树状结构。每个党员只和一个比他高一级的负责人单线联系,但他可以与若干个比他低一级的直接下属党员联系。紧急情况通常用鸡毛信传递。(树状,对上单线、对下可多人,无越级、交叉关系) 假设容易复制鸡毛信,但鸡毛信传递1 次需1 个单位时间。试设计一个算法,计算从总负责人开始,传递鸡毛信到每个党员手中最少需要多少时间。
sort
- 对数据结构中的不同排序算法给出示例代码,完成排序工作-Itis a good code to sort!
BSTree
- 数据结构 二叉排序树 BSTree 数据结构作业-Binary tree data structure sorting data structure operations BSTree