原文链接: https://leetcode-cn.com/problems/edit-distance
英文原文Given two strings word1 and word2, return the minimum number
标签详情
字符串 分类
原文链接: https://leetcode-cn.com/problems/minimum-window-substring
英文原文Given two strings s and t of lengths m and n respe
原文链接: https://leetcode-cn.com/problems/scramble-string
英文原文We can scramble a string s to get a string t using the foll
原文链接: https://leetcode-cn.com/problems/decode-ways
英文原文A message containing letters from A-Z can be encoded into numbe
原文链接: https://leetcode-cn.com/problems/restore-ip-addresses
英文原文A valid IP address consists of exactly four integers s
原文链接: https://leetcode-cn.com/problems/interleaving-string
英文原文Given strings s1, s2, and s3, find whether s3 is formed
原文链接: https://leetcode-cn.com/problems/distinct-subsequences
英文原文Given two strings s and t, return the number of disti
原文链接: https://leetcode-cn.com/problems/word-ladder-ii
英文原文A transformation sequence from word beginWord to word endWor
原文链接: https://leetcode-cn.com/problems/word-ladder
英文原文A transformation sequence from word beginWord to word endWord u
原文链接: https://leetcode-cn.com/problems/palindrome-partitioning
英文原文Given a string s, partition s such that every subst