Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/06/03 (1)
넘치게 채우기
[LeetCode] 2486. Append Characters to String to Make Subsequence
https://leetcode.com/problems/append-characters-to-string-to-make-subsequence/description/leetcode - Append Characters to String to Make Subsequence문제 유형 : 문자열처리, 그리디문제 난이도 : Medium문제 You are given two strings s and t consisting of only lowercase English letters.Return the minimum number of characters that need to be appended to the end of s so that t becomes a subsequence of s.A subsequence is ..
PS/LeetCode
2024. 6. 3. 13:29