Description

Change the words of a string such that the words appear in reverse order. You may assume that the string is a number of words split by a single space character. The only characters in the input are letters and spaces.

Example

   input = 'Will the ecological jail rule outside the tear';
   output = 'tear the outside rule jail ecological the Will';

Solution Stats

1266 Solutions

471 Solvers

Last Solution submitted on Feb 09, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...