< Previous Next > 1772. Sort Features by Popularity (Medium) Related Topics [Array] [Hash Table] [String] [Sorting] Hints Hint 1 Use a hash map to count the frequency of each word of each string. Hint 2 Use the map for sorting the features.