资源列表
[数据结构常用算法] enhancedBST
说明:增强二叉搜索树是二叉搜索树的一种推广,其中每个结点除了保存关键字外,还保存了 以该结点为根的子树的结点数目(包括该结点本身)。通常我们使用链式结构来存储二叉搜索树。在本实验中, 我们要求使用链式结构实现增强二叉搜索树,并实现其建立、复制、前/中/后序遍历、层高统计、结构从属判断等操作。-Enhanced binary search tree is a generalization of a binary search tree, whe<wendy> 在 2024-11-08 上传 | 大小:21kb | 下载:0
[数据结构常用算法] TicketQue-lgood
说明:C++ 写的 基于队列的火车站购票系统,可以与数据库连接,可以加图形界面,可以改变成真实项目-C++ wrote train station ticket queue-based system, you can connect to the , you can add a graphical interface, it can change into a real project<kongchao> 在 2024-11-08 上传 | 大小:1.94mb | 下载:0
[数据结构常用算法] Expression-evaluation
说明:利用堆栈 ,来进行表达式求值,但是是以#结束的-Use the stack, for expression uation, but on# ended<魏宇馨> 在 2024-11-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] In-the-jungle-road
说明:丛林中的路,利用最小生成树的prim(普利姆)算法,找最小值-Jungle road, using the minimum spanning tree prim (premium) algorithm, to find the minimum value<魏宇馨> 在 2024-11-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] HuffmanCodeTree
说明:Huffman编码树,也是最优二叉树,这个程序是用的huffman编码来编程的-Huffman coding tree, which is the most optimal binary tree, this program is to use Huffman coding to programming<魏宇馨> 在 2024-11-08 上传 | 大小:1kb | 下载:0
[数据结构常用算法] mina-maleki
说明:THIS CODE IS IDENTFICATION SYSTEM BY DATA EXCEL IN MATLAB WITH ARX MODEL<aaaa> 在 2024-11-08 上传 | 大小:655kb | 下载:0
[数据结构常用算法] Longest-Palindromic-Substring
说明:这是一个求最长回纹序列的c++算法,简单易懂,感兴趣的可以-This is a request fret longest sequence c++ algorithm, easy to understand, are interested can look at<曹本> 在 2024-11-08 上传 | 大小:4.67mb | 下载:0
[数据结构常用算法] Int-to-Roman
说明:这是一个将整形数据转化为罗马数的算法,简单易懂感兴趣的可以-This is an integer data into the number of Roman arithmetic, straightforward interested can take a look at<曹本> 在 2024-11-08 上传 | 大小:5.09mb | 下载:0