Aanchal PatialFollowJul 15, 2020·1 min readDay 15 of July LeetCode ChallengeGiven an input string, reverse the string word by word.Follow up:For C & C++ programmers, try to solve it in-place in O(1) extra space.