Saturday, March 8, 2014

LeetCode: 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".

很简单一个题目
把答案贴出来,赞一个,一次性通过

No comments:

Post a Comment