get_longest_common_subsequence
Compute the length of the longest common subsequence between two strings, enabling sequence alignment and similarity analysis for text comparison tasks.
Instructions
Length of longest common subsequence (LCS) between two strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s1 | Yes | ||
| s2 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |