[Algorithm] PROBLEM GetString
Given a string S of length not exceeding 10 ^ 5, and set A with n elements(n≤100) consisting of ASCII characters, are case sensitive. Look for consecutive substring in S that contain the complete set of characters in A and the shortest length. (Consecutive substring is the string with the characters in the order of A and possible ways […]
Recent Comments