Skip to content

Latest commit

 

History

History

ultimate-array-reverser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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"}