8 kyu
Multiple of index
10,814 of 23,711Dmitry Kudla
Description:
Return a new array consisting of elements which are multiple of their own index in input array (length > 1).
Some cases:
[22, -6, 32, 82, 9, 25] => [-6, 32, 25]
[68, -1, 1, -7, 10, 10] => [-1, 10]
[-56,-85,72,-26,-14,76,-27,72,35,-21,-67,87,0,21,59,27,-92,68] => [-85, 72, 0, 68]
Fundamentals
Arrays
Similar Kata:
Stats:
Created | Dec 16, 2017 |
Published | Dec 16, 2017 |
Warriors Trained | 35778 |
Total Skips | 2538 |
Total Code Submissions | 64939 |
Total Times Completed | 23711 |
JavaScript Completions | 10814 |
Haskell Completions | 300 |
Ruby Completions | 572 |
Python Completions | 7068 |
Go Completions | 2124 |
C# Completions | 1125 |
Java Completions | 1879 |
CoffeeScript Completions | 17 |
Crystal Completions | 13 |
Julia Completions | 40 |
TypeScript Completions | 391 |
PHP Completions | 257 |
Scala Completions | 26 |
Total Stars | 280 |
% of votes with a positive feedback rating | 92% of 2935 |
Total "Very Satisfied" Votes | 2526 |
Total "Somewhat Satisfied" Votes | 330 |
Total "Not Satisfied" Votes | 79 |
Total Rank Assessments | 3 |
Average Assessed Rank | 8 kyu |
Highest Assessed Rank | 8 kyu |
Lowest Assessed Rank | 8 kyu |