【Leetcode】712. Minimum ASCII Delete Sum for Two Strings
DescriptionGiventwostringss1,s2,findthelowestASCIIsumofdeletedcharacterstomaketwostringsequal.Example1:Input:s1="sea",s2="eat"Output:231Explanation:Deleting"s"from"sea"addstheASCIIvalueof"s"(115)tothe