资源列表
[数据结构常用算法] MatrixMultiply
说明:算法设计与分析 王晓东版的 矩阵连乘的动态规划法和备忘录法的实现-Algorithm Design and Analysis Xiaodong version of the matrix continued by the dynamic programming method and the realization of Memorandum of Law<计科狂人> 在 2025-06-22 上传 | 大小:3.53mb | 下载:0
[数据结构常用算法] BinarySearchTree
说明:二叉搜索树,二叉搜索树的查找过程和次优二叉树类似,通常采取二叉链表作为二叉搜索树的存储结构。中序遍历二叉搜索树可得到一个关键字的有序序列,一个无序序列可以通过构造一棵二叉搜索树变成一个有序序列,构造树的过程即为对无序序列进行排序的过程。每次插入的新的结点都是二叉搜索树上新的叶子结点,在进行插入操作时,不必移动其它结点,只需改动某个结点的指针,由空变为非空即可。搜索,插入,删除的复杂度等于树高。-Binary search tree, binary search tree to find a si<qinxiaoyu> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[数据结构常用算法] C.pointers.natural.merge.algorithm
说明:C指针自然归并排序算法设计代码C pointers natural merge sort algorithm code -C pointers natural merge sort algorithm code<xc> 在 2025-06-22 上传 | 大小:5kb | 下载:0
[数据结构常用算法] sashujiecheng
说明:用链表实现的大数阶乘,效率并不是很高,但是应该对初学者很有帮助。这是我们的实习作业,希望能够给人以参考-Factorial of large numbers with the list to achieve efficiency is not very high, but should be helpful for beginners. This is our practical work, hoping to give a reference<yinquanchao> 在 2025-06-22 上传 | 大小:277kb | 下载:0
[数据结构常用算法] AlgorithmsAndHomework
说明:该文件中包含了大部分经典算法的C++源程序,同时也包含了相应的题目以及详细的分析解答。可以帮助你深刻体会这些算法的实现过程。-This file contains most of the classical algorithm of C++ source code, but also contains the corresponding answer questions, and detailed analysis. Can help you understand the profound re<范兴容> 在 2025-06-22 上传 | 大小:13.38mb | 下载:0
[数据结构常用算法] j_14262_MAZES
说明:迷宫简单功能,自动寻找路径,C++开发,似乎代码不够完全,有缺点-Maze simple function<fangzijian> 在 2025-06-22 上传 | 大小:40kb | 下载:0
[数据结构常用算法] huffman
说明:哈弗曼树编码,给定电文进行哈夫曼编码,给定编码进行哈夫曼译码。要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中。-Ha Fuman tree coding, given the message to Huffman coding, Huffman coding given decoding. Requested message is stored in the file 1, the encoded result is stored in a<吴芳> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[数据结构常用算法] qiuzhi
说明:2、 表达式求值 问题描述:使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出。 -2, the expression evaluation problem descr iption: Use the keypad to enter an expression to calculate the value of the expression and output the expression into postfix express<吴芳> 在 2025-06-22 上传 | 大小:1kb | 下载:0