Shortest common supersequence: Difference between revisions

m
Line 267:
.
func$ cdr x$ .
return substr x$ 2 1 / 09999
.
func$ scs x$ y$ .
Line 287:
.
.
print scs "abcbdab" "bdcaba"</syntaxhighlight>
</syntaxhighlight>
 
{{out}}
2,058

edits