3 lines
165 B
Text
3 lines
165 B
Text
mergeSq=: ;@}: ~.@, {.@;@{. ,&.> 3 {:: 4&{.
|
|
common=: 2 2 <@mergeSq@,;.3^:_ [: (<@#&.> i.@$) =/
|
|
lcs=: [ {~ 0 {"1 ,&$ #: 0 ({:: (#~ [: (= >./) #@>)) 0 ({:: ,) common
|