Shortest common supersequence: Difference between revisions

Content added Content deleted
(Added Easylang)
Line 267: Line 267:
.
.
func$ cdr x$ .
func$ cdr x$ .
return substr x$ 2 -1
return substr x$ 2 1 / 0
.
.
func$ scs x$ y$ .
func$ scs x$ y$ .