
Given a string, you need to reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
Example 1:
1 |
Input: "Let's take LeetCode contest" |
1 |
class { |

Given a string, you need to reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
Example 1:
1 |
Input: "Let's take LeetCode contest" |
1 |
class { |
近期评论