Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 169 Bytes

File metadata and controls

7 lines (5 loc) · 169 Bytes

offline-lcs

from offline_lcs import compute_lcs_similarity

compute_lcs_similarity(source="bab", target="abacaba", length_of_prefixes_of_target=[3, 4])