Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 338 Bytes

(8 kyu) Sort and Star.md

File metadata and controls

7 lines (4 loc) · 338 Bytes

Sort and Star (8 kyu)

https://www.codewars.com/kata/sort-and-star

You will be given an vector of string(s). You must sort it alphabetically (case-sensitive!!) and then return the first value. The returned value must be a string, and have "***" between each of its letters.

You should not remove or add elements from/to the array.