资源列表
[数据结构常用算法] 8
说明:8皇后的C#实现,可以自定义输入皇后数,并智能显示出皇后的N中方案。-N-Queens of the C# implementation, you can customize the number of input Queen, and the N-smart show in Queen s program.-8 Queen' s C# implementation, you can customize the number of input Queen, and the N-smart<hanlu xiao> 在 2025-06-22 上传 | 大小:8kb | 下载:0
[数据结构常用算法] single_list.tar
说明:数据结构之 单链表编程源代码 培训课程源代码-Single linked list data structure of the programming source code<luoluo> 在 2025-06-22 上传 | 大小:35kb | 下载:0
[数据结构常用算法] double_list.tar
说明:数据结构之 双链表编程源代码 培训课程的源代码-Double-linked list data structure of the training program source code<luoluo> 在 2025-06-22 上传 | 大小:46kb | 下载:0
[数据结构常用算法] KMP-fail
说明:kmp算法中得next数组也叫fail数组的计算很难理解且代码也不容易实现,本代码就是计算fail数组的源代码-kmp algorithm was next in the array fail, also known as the calculation of the array is difficult to understand and the code is not easy to achieve, this code is to calculate the source code of<宁黎华> 在 2025-06-22 上传 | 大小:11kb | 下载:0
[数据结构常用算法] experiment8
说明:数据库实验:顺序表的基本操作,单链表的基本操作,栈的基本操作,队列的基本操作,二叉树建立及遍历操作,二叉树的应用程序设计,图的建立及遍历操作-Database eight experiments! Has more to do it, and we can refer to, hoping to help you.<朱飞马> 在 2025-06-22 上传 | 大小:7kb | 下载:0
[数据结构常用算法] handout-files
说明:实施第一类你必须使用一个链表来实现这些队列的方法,并队列增长到任何需要的大小。你执行第二类必须使用数组来实现这个队列类。该数组的大小应该是10,永远不会改变。 要实现第一个队列,你可以使用通用的节点类。第二个队列,必须使用一个固定大小的数组来实现。 您还必须建立一个主要的方法,使用户可以进入队列的字符串,获取和打印队列的头部(输入命令“poll”)的字符串,插入一个空值(命令“null ”),或退出程序(命令“quit”)。由用户输入的任何其他字符串应插入到队列中,通过调用该要约方法<steven> 在 2025-06-22 上传 | 大小:1kb | 下载:0