资源列表
[数据结构常用算法] link_queue
说明:提供数据结构中的链队列类。队列的链接存储结构是用一个单链表存放队列元素的。压缩包中有测试文件。-Provide data structure chain queue class. Queue storage structure is linked with a single list of elements stored in the queue. Compressed package test files.<Daniel Gu> 在 2024-11-14 上传 | 大小:129kb | 下载:0
[数据结构常用算法] huffman_tree
说明:数据结构学习中提供的不错的源码,一个哈夫曼树类,利用了链队列存储结构。压缩包中有七个文件。-Data structure provided a good learning source, a Huffman tree class, the use of the chain queue storage structure. There are seven compressed file.<Daniel Gu> 在 2024-11-14 上传 | 大小:10kb | 下载:0
[数据结构常用算法] Queue_string
说明:菜鸟自己写的一个存储字符串的循环队列,字符串长度可自定义,遍历方式是一个个输出的。-Circular queue rookie wrote a stored string, the string length can be customized traversal is one of the output.<Daniel Gu> 在 2024-11-14 上传 | 大小:2kb | 下载:0
[数据结构常用算法] cross_list
说明:数据结构中的稀疏矩阵十字链表类,代码注释齐全,可供初学者学习使用。-Dish sparse matrix data structure Cross Chain category, code complete notes for beginners to learn to use.<Daniel Gu> 在 2024-11-14 上传 | 大小:135kb | 下载:0
[数据结构常用算法] binary_tree
说明:这是数据结构二叉树的实现,包括创建,删除,遍历等十几种操作,基本涵盖所有的操作。-This is the realization of a binary tree data structure, including the creation, deletion, traversal dozen operations, covering all operations.<> 在 2024-11-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] arithmetic-fault-access
说明:这是数据结构的课程设计——算术表达式求值演示的代码。-This is a course-- arithmetic expression evaluation demonstrates the design of data structure code.<> 在 2024-11-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] n-Queen
说明:在n*n格的棋盘上放置彼此不受攻击的n皇后。按照国际想起的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n*n格的棋盘上放置n个皇后,任何2个皇后不放在同一行或同一列或同一斜线了。-Place each n is not an attack on the queen n* n chessboard grid. Think of in accordance with international rules,<wangjinghua> 在 2024-11-14 上传 | 大小:1kb | 下载:0