2014年5月27日 星期二

leetcode 151 - Reverse Words in a String

其實leetcode已經不止150題了,有151題
最後一題是在2014-03-05新增的

題目是

 

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


第一次花了48ms
程式碼是用迴圈硬幹
第二次花了36ms
修正了回圈硬幹 改用C++的strtok(stringstream/getline)來分割字串

我提交的方式 C++,其餘可以選的語言還有Java跟python
真的有心用C++把151拼完後,再來考慮用python寫看看

沒有留言:

張貼留言

開放匿名留言 請大家注意網路禮儀