7 kyu
Numbers to Letters
3,616 of 8,436PG1
Description:
Given an array of numbers (in string format), you must return a string. The numbers correspond to the letters of the alphabet in reverse order: a=26, z=1 etc. You should also account for '!'
, '?'
and ' '
that are represented by '27', '28' and '29' respectively.
All inputs will be valid.
Fundamentals
Strings
Arrays
Similar Kata:
Stats:
Created | Sep 28, 2016 |
Published | Sep 28, 2016 |
Warriors Trained | 14233 |
Total Skips | 469 |
Total Code Submissions | 24991 |
Total Times Completed | 8436 |
JavaScript Completions | 3616 |
C# Completions | 480 |
Python Completions | 2794 |
Ruby Completions | 285 |
C Completions | 289 |
Haskell Completions | 112 |
PHP Completions | 338 |
Rust Completions | 245 |
Elixir Completions | 59 |
NASM Completions | 11 |
Crystal Completions | 8 |
CoffeeScript Completions | 10 |
Julia Completions | 16 |
C++ Completions | 418 |
Nim Completions | 9 |
Java Completions | 79 |
Total Stars | 134 |
% of votes with a positive feedback rating | 91% of 1422 |
Total "Very Satisfied" Votes | 1208 |
Total "Somewhat Satisfied" Votes | 180 |
Total "Not Satisfied" Votes | 34 |
Total Rank Assessments | 10 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |