7 kyu
Sort by Last Char
4,813 of 9,679PG1
Description:
Given a string of words (x), you need to return an array of the words, sorted alphabetically by the final character in each.
If two words have the same last letter, the returned array should show them in the order they appeared in the given string.
All inputs will be valid.
Fundamentals
Strings
Arrays
Sorting
Similar Kata:
Stats:
Created | Sep 28, 2016 |
Published | Sep 28, 2016 |
Warriors Trained | 17238 |
Total Skips | 570 |
Total Code Submissions | 30977 |
Total Times Completed | 9679 |
JavaScript Completions | 4813 |
Ruby Completions | 470 |
Python Completions | 3521 |
Crystal Completions | 18 |
Haskell Completions | 123 |
Scala Completions | 282 |
PHP Completions | 233 |
C# Completions | 307 |
COBOL Completions | 5 |
Rust Completions | 160 |
D Completions | 9 |
Java Completions | 8 |
Total Stars | 206 |
% of votes with a positive feedback rating | 92% of 1500 |
Total "Very Satisfied" Votes | 1293 |
Total "Somewhat Satisfied" Votes | 170 |
Total "Not Satisfied" Votes | 37 |
Total Rank Assessments | 10 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |