Bioinformatics/Global alignment: Difference between revisions

m
m (Slight improvement to code.)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 1,915:
{{libheader|Wren-str}}
{{libheader|Wren-math}}
<syntaxhighlight lang="ecmascriptwren">import "./fmt" for Fmt
import "./seq" for Lst
import "./str" for Str
import "./math" for Int
 
/* Gets all permutations of a list of strings. */
9,476

edits