Kenny Carnealblog.kennycarneal.comยทJun 3, 2024Leetcode 2486. Append Characters to String to Make SubsequenceIntuition Get the length of the subsequence (if any) and subtract it from the length of t to find out how many characters we have to append (if any) Approach Keep a count of the length of the subsequence while iterating through s and then subtract th...LeetCode journeyleetcodeAdd a thoughtful commentNo comments yetBe the first to start the conversation.