#1143

Longest Common Subsequence

medium· 2-D DPruns: 0

Given two strings text1 and text2, return the length of their longest common subsequence. A subsequence is generated from the original string by deleting some characters (possibly none) without changing the relative order of the remaining characters. If there is no common subsequence, return 0.

sign in to paste and practice your own solution
desktop only

codedrill is a typing game and needs a real keyboard. open this on a laptop or desktop to practice.

you can still browse problems and sections from your phone.