Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 186 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 186 Bytes

reverse-sentence

Purpose: Reverse words in a sentence.

Standard input and output.

Example:

Input: you are a human

Output: human a are you

Requirement: No excess memory!