7 kyu

Ultimate Array Reverser

474 of 2,773jaybruce1998

Description:

Task

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

Good luck!

Fundamentals
Algorithms

More By Author:

Check out these other kata created by jaybruce1998

Stats:

CreatedJan 8, 2019
PublishedJan 8, 2019
Warriors Trained4827
Total Skips129
Total Code Submissions9446
Total Times Completed2773
Java Completions474
Python Completions814
JavaScript Completions1305
Kotlin Completions240
Total Stars75
% of votes with a positive feedback rating94% of 493
Total "Very Satisfied" Votes437
Total "Somewhat Satisfied" Votes49
Total "Not Satisfied" Votes7
Total Rank Assessments6
Average Assessed Rank
7 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • jaybruce1998 Avatar
  • ggorlen Avatar
  • FArekkusu Avatar
  • ewingsa Avatar
Ad