Jump to content

Bioinformatics/Global alignment: Difference between revisions

m
Reworded a comment.
(New post.)
m (Reworded a comment.)
Line 623:
}
 
// Remove duplicate wordsstrings and wordsstrings which are substrings of other wordsstrings in the given list.
private static List<String> deduplicate(List<String> aList) {
List<String> unique = aList.stream().distinct().collect(Collectors.toList());
Line 666:
} else {
indexes[i] = 0;
i ++= 1;
}
}
897

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.