7 kyu
Mumbling
6,894 of 242,037g964
Description:
This time no story, no theory. The examples below show you how to write function accum
:
Examples:
accum("abcd") -> "A-Bb-Ccc-Dddd"
accum("RqaEzty") -> "R-Qq-Aaa-Eeee-Zzzzz-Tttttt-Yyyyyyy"
accum("cwAt") -> "C-Ww-Aaa-Tttt"
The parameter of accum is a string which includes only letters from a..z
and A..Z
.
Fundamentals
Strings
Puzzles
Stats:
Created | Dec 9, 2015 |
Published | Dec 9, 2015 |
Warriors Trained | 394723 |
Total Skips | 38864 |
Total Code Submissions | 700910 |
Total Times Completed | 242037 |
Ruby Completions | 6894 |
Python Completions | 80285 |
JavaScript Completions | 88097 |
Haskell Completions | 1482 |
C# Completions | 13159 |
Java Completions | 22177 |
Clojure Completions | 624 |
CoffeeScript Completions | 135 |
Elixir Completions | 607 |
TypeScript Completions | 4085 |
C++ Completions | 7506 |
PHP Completions | 6364 |
Crystal Completions | 48 |
F# Completions | 201 |
C Completions | 2677 |
Swift Completions | 2164 |
Go Completions | 4195 |
Rust Completions | 2336 |
R Completions | 293 |
Shell Completions | 350 |
OCaml Completions | 75 |
Kotlin Completions | 1997 |
Scala Completions | 580 |
Groovy Completions | 119 |
Julia Completions | 89 |
PowerShell Completions | 242 |
Nim Completions | 40 |
Reason Completions | 9 |
Racket Completions | 55 |
Dart Completions | 1179 |
Elm Completions | 50 |
Pascal Completions | 46 |
Lua Completions | 293 |
Perl Completions | 61 |
D Completions | 15 |
Erlang Completions | 24 |
Factor Completions | 14 |
Total Stars | 3622 |
% of votes with a positive feedback rating | 91% of 20969 |
Total "Very Satisfied" Votes | 17340 |
Total "Somewhat Satisfied" Votes | 3327 |
Total "Not Satisfied" Votes | 302 |