资源列表
[数据结构常用算法] CompressedSuffixTrie.java
说明:构造compressed suffix trie class,并且实现findString()和findLongestCommonSubsequence()功能-implement the compact representation of the compressed suffix trie ADT for DNA analyses.<rachel> 在 2025-01-16 上传 | 大小:2kb | 下载:0
[数据结构常用算法] shortestPath
说明:用Java语言实现的用分支限界法解决单源最短路径问题的算法-An implementation of single source shortest path problem with Java language based on branch and bound method<gladnews> 在 2025-01-16 上传 | 大小:88kb | 下载:1
[数据结构常用算法] shuYouguandao
说明:输油管道问题,从文件读取站点位置求到所有站点距离最短的管道位置-The pipeline problems from the location of the file to read the site and to all the sites the shortest distance pipeline location<高洁> 在 2025-01-16 上传 | 大小:500kb | 下载:0
[数据结构常用算法] tree_sanyuanzu
说明:假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 -Assumed that the input to th<shiloh> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] CPP_ExpressionConvert
说明:利用栈实现表达式转换(中缀到后缀)并求值-Stack expressions conversion (infix to postfix) and evaluated<wanshitao> 在 2025-01-16 上传 | 大小:5.21mb | 下载:0