Dashboard
AI Resume Builder
Mock Interview
Tailored Practice
Competitive Interviews
Coding Prep
Aptitude Prep
javascript
Given two strings, find the length of their longest common subsequence (LCS). A subsequence is a sequence that appears in the same relative order, but not necessarily contiguous. For example, 'abc' is a subsequence of 'aabbcc.'