标签: 字符串
-
leetcode讲解–953. Verifying an Alien Dictionary
In an alien language, surprisingly they also use englis…
-
leetcode讲解–884. Uncommon Words from Two Sentences
We are given two sentences A and B. (A sentence is a st…
-
字符串匹配算法之KMP模式
这篇文章主要是介绍KMP模式匹配算法,在正式介绍KMP之前我们先看一下普通模式匹配,由普通模式匹配在进一步的推…
-
leetcode讲解–942. DI String Match
Given a string S that only contains “I” (increase) or “…