摘要: Given two strings s1, s2, find the lowest ASCII sum of deleted characters to make two strings equal. Example 1: Input: s1 = "sea", s2 = "eat" Output: 阅读全文
posted @ 2017-10-29 23:50 Grandyang 阅读(5760) 评论(0) 推荐(1)
Fork me on GitHub