Question: Write routine group Words that takes an array of String as its parameter, and returns a Map in which the keys are numbers representing the length of a String and the corresponding value is a List of all String of that length. The Map must be sorted by string length.