Given a string s
that contains words separated by spaces, reverse the order of words in the string.
Remove any leading or trailing spaces and reduce multiple spaces between words to a single space in the output.
Note: Do not reverse the characters of individual words—only the word order should be reversed.