7 kyu
Counting in the Amazon
2,709 of 5,873tormod17
Description:
The Arara is an isolated tribe found in the Amazon who count in pairs. For example one to eight is as follows:
- 1 = anane
- 2 = adak
- 3 = adak anane
- 4 = adak adak
- 5 = adak adak anane
- 6 = adak adak adak
- 7 = adak adak adak anane
- 8 = adak adak adak adak
Take a given number and return the Arara's equivalent.
e.g.
3 --> "adak anane"
8 --> "adak adak adak adak"
Puzzles
Fundamentals
Similar Kata:
Stats:
Created | Jul 29, 2015 |
Published | Jul 29, 2015 |
Warriors Trained | 8960 |
Total Skips | 406 |
Total Code Submissions | 25518 |
Total Times Completed | 5873 |
JavaScript Completions | 1974 |
Python Completions | 2709 |
Ruby Completions | 568 |
CoffeeScript Completions | 27 |
F# Completions | 41 |
Swift Completions | 491 |
C# Completions | 182 |
Haskell Completions | 62 |
Total Stars | 88 |
% of votes with a positive feedback rating | 91% of 702 |
Total "Very Satisfied" Votes | 597 |
Total "Somewhat Satisfied" Votes | 89 |
Total "Not Satisfied" Votes | 16 |