3138. Minimum Length of Anagram Concatenation You are given a string s, which is known to be a concatenation of anagrams of some string t. Return the minimum possible length of the string t. An anagram is a word or phrase formed by rearranging the letters of a word or phrase, typically using all the original letters exactly once. ...