Skip to content

Latest commit

 

History

History
 
 

113

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This problem was asked by Google.

Given a string of words delimited by spaces, reverse the words in string. For example, given "hello world here", return "here world hello"

Follow-up: given a mutable string representation, can you perform this operation in-place?