资源列表
[数据结构常用算法] templateme
说明:通过群体优化算法优化的基于内容的图像检索方法,通俗易懂,非常容易理解。-Through group optimization algorithm optimization method for content-based image retri , user-friendly, very easy to understand and learn.<binglu> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] stack-application
说明:包含数据结构中栈的应用,中缀,后缀,中缀转后缀等方式-Contains application data structure stack infix and suffix and infix turn suffix etc.<yu > 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] horse-riding
说明:数据结构,马踏棋盘问题源代码。已经编译通过,源文件内包含代码解释。-Data structures, horse riding board source of the problem.It has been compiled by the inner source file that contains code interpreter.<李欧> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Eightdigital
说明:八数码问题,利用链表,实现对Open和Close链表的结点扩展,遍历并检测是否符合!- Eight digital, use the list to realize the junction Open and Close list expansion, and detects whether the traverse!<zhangzz> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Root-of-AVL-Tree
说明:网易云课堂-陈越、何钦铭-数据结构-2016春 PTA-04-树5 Root of AVL Tree 编译器:python2-An AVL tree is a self-balancing binary search tree. In an AVL tree, the heights of the two child subtrees of any node differ by at most one if at any time they differ by more than on<zhangzhi> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] K-huffmantree
说明:k叉哈夫曼树 动态生成 哈工大软件设计与开发 优秀代码 分享交流-hit excellent codes<王兄> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] biSearchTree_to_sortedList
说明:输入一棵二分查找树,将该二元查找树转换成一个排序的双向链表。 要求不能创建任何新的结点,只调整指针的指向。 二分查找树:root,每个节点:data、small pointer、large pointer 转换成排序的双向链表后small pointer应该指向前一个元素,larger pointer指向后一个元素-Enter a binary search tree, the two yuan search tree into a sort of two-way linked li<大胡子> 在 2025-06-08 上传 | 大小:2kb | 下载:0