Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 437 Bytes

File metadata and controls

10 lines (7 loc) · 437 Bytes

Given an array of strings, reverse them and their order in such way that their length stays the same as the length of the original inputs.

Example:

Input:  {"I", "like", "big", "butts", "and", "I", "cannot", "lie!"}
Output: {"!", "eilt", "onn", "acIdn", "ast", "t", "ubgibe", "kilI"}