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:

CreatedDec 16, 2017
PublishedDec 16, 2017
Warriors Trained35778
Total Skips2538
Total Code Submissions64939
Total Times Completed23711
JavaScript Completions10814
Haskell Completions300
Ruby Completions572
Python Completions7068
Go Completions2124
C# Completions1125
Java Completions1879
CoffeeScript Completions17
Crystal Completions13
Julia Completions40
TypeScript Completions391
PHP Completions257
Scala Completions26
Total Stars280
% of votes with a positive feedback rating92% of 2935
Total "Very Satisfied" Votes2526
Total "Somewhat Satisfied" Votes330
Total "Not Satisfied" Votes79
Total Rank Assessments3
Average Assessed Rank
8 kyu
Highest Assessed Rank
8 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • Dmitry Kudla Avatar
  • smile67 Avatar
  • JohanWiltink Avatar
  • asedov Avatar
  • michellescripts Avatar
  • Voile Avatar
  • Madjosz Avatar
  • Souzooka Avatar
  • KenKamau Avatar
  • ZywOo Avatar
  • ejini战神 Avatar
  • farhanaditya Avatar
  • MingLeeNg Avatar
  • KayleighWasTaken Avatar
Ad