8 kyu
Sort and Star
20,759 of 50,795PG1
Description:
You will be given a list of strings. You must sort it alphabetically (case-sensitive, and based on the ASCII values of the chars) 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.
Fundamentals
Strings
Arrays
Sorting
Similar Kata:
Stats:
Created | Sep 7, 2016 |
Published | Sep 7, 2016 |
Warriors Trained | 83424 |
Total Skips | 7757 |
Total Code Submissions | 141864 |
Total Times Completed | 50795 |
JavaScript Completions | 20759 |
C# Completions | 1521 |
C++ Completions | 4499 |
Ruby Completions | 1541 |
Clojure Completions | 343 |
Python Completions | 14815 |
Java Completions | 4048 |
Rust Completions | 840 |
PHP Completions | 1315 |
TypeScript Completions | 726 |
CoffeeScript Completions | 22 |
Crystal Completions | 21 |
Julia Completions | 35 |
Go Completions | 1506 |
R Completions | 99 |
Elixir Completions | 70 |
Lua Completions | 113 |
Haskell Completions | 64 |
Total Stars | 640 |
% of votes with a positive feedback rating | 91% of 4647 |
Total "Very Satisfied" Votes | 3925 |
Total "Somewhat Satisfied" Votes | 607 |
Total "Not Satisfied" Votes | 115 |
Total Rank Assessments | 15 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |