Bioinformatics/Global alignment: Difference between revisions

m
Clarified a comment.
m (Renamed a variable.)
m (Clarified a comment.)
Line 440:
}
// Return a set ofcontaining all of the shortest common superstrings of the given list of strings.
private static Set<String> shortestCommonSuperstrings(List<String> aList) {
List<String> deduplicated = deduplicate(aList);
894

edits