摘要: https://leetcode.com/problems/reverse words in a string/?tab=Description 做法1 先整体反转 再定位到每一个word,做局部反转,同时in place挪走空格 最后pop掉尾巴的空格 Time complexity: O(n) 阅读全文
posted @ 2017-02-25 15:36 mioopoi 阅读(224) 评论(0) 推荐(0)