
392. Is Subsequence
·
Algorithm
Is Subsequence - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문자열 s가 문자열 t의 최장 공통부분 문자열인지 찾는 문제다. 관련 개념을 가장 잘 설명한 블로그 링크. [알고리즘] 그림으로 알아보는 LCS 알고리즘 - Longest Common Substring와 Longest Common Subsequence LCS는 주로 최장 공통 부분수열(Longest Common Subsequence)을 말합니다만, 최장 공통 문자열(Longest Com..