包含所有指定字符的最小子串(shortest substring containing all given characters)
问题描述:给定一个字符集合must[0,...,m-1]和一个字符串str[0,...,n-1]。假定n>=m。找出str中包含must中所有字符的最短子串。最直接和简单的算法当然是暴力搜索(brute-forcesearch):minimal:=str[0,...,n-1]forifrom0ton-1do searchsmallestkisuchthatstr[i,...,ki]con