资源列表
[数据结构常用算法] perlScript
说明:perl教程 perl数据结构 perl语法-perl tutorial perl data structures perl syntax<djaskldjl> 在 2025-01-17 上传 | 大小:713kb | 下载:0
[数据结构常用算法] determinant-caculator
说明:利用动态数组实现任意阶行列式计算,先将行列式化为上三角型,在计算对角线元素乘积-Dynamic arrays of any order determinant calculation, first the determinant into upper triangular, in the calculation of the diagonal elements of the product of<高富帅> 在 2025-01-17 上传 | 大小:8kb | 下载:0
[数据结构常用算法] polynomial_together
说明:利用链表实现两个多项式相加。满足的功能有同指数的两项合并,正负数相加为0消去此项,所得项的指数按从小到大排列。-two polynomials together<kelsi> 在 2025-01-17 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Huffman-code
说明:数据结构中经典算法霍夫曼编码的实现,打印形式采用凹式打印-realization of Huffman code<kelsi> 在 2025-01-17 上传 | 大小:6kb | 下载:0
[数据结构常用算法] HuffmanTree
说明:数据结构经典算法——霍夫曼树的实现方法。以凹式形式输出。-Huffman Tree coding<kelsi> 在 2025-01-17 上传 | 大小:5kb | 下载:0
[数据结构常用算法] CodeForACM
说明:ACM常用代码 用于算法设计和数据结构分析-code for ACM<chenge> 在 2025-01-17 上传 | 大小:28kb | 下载:0
[数据结构常用算法] ExtendedAVLTree.java
说明:扩展AVLTree,添加克隆,合并和打印方法-extend the AVLTree class to include the following methods: clone(AVLTree<K,V> tree);merge(AVLTree<K,V> tree1, AVLTree<K,V> tree2 );void print(AVLTree<K, V>)<rachel> 在 2025-01-17 上传 | 大小:3kb | 下载:0
[数据结构常用算法] CompressedSuffixTrie.java
说明:构造compressed suffix trie class,并且实现findString()和findLongestCommonSubsequence()功能-implement the compact representation of the compressed suffix trie ADT for DNA analyses.<rachel> 在 2025-01-17 上传 | 大小:2kb | 下载:0