Bootstrap

[Leetcode] 151. Reverse Words in a String 解题报告

题目

Given an input string, reverse the string word by word.

For example,
Given s = "the sky is blue",
return "blue is sky the".

;