6 kyu
Multiplication table
13,088 of 43,123Bugari
Description:
Your task, is to create N×N multiplication table, of size provided in parameter.
For example, when given size
is 3:
1 2 3
2 4 6
3 6 9
For the given example, the return value should be:
[[1,2,3],[2,4,6],[3,6,9]]
Arrays
Fundamentals
Similar Kata:
Stats:
Created | Apr 15, 2014 |
Published | Apr 15, 2014 |
Warriors Trained | 70389 |
Total Skips | 6795 |
Total Code Submissions | 96305 |
Total Times Completed | 43123 |
JavaScript Completions | 13088 |
CoffeeScript Completions | 152 |
Ruby Completions | 650 |
Python Completions | 14510 |
Groovy Completions | 116 |
Scala Completions | 339 |
Go Completions | 1858 |
C++ Completions | 3261 |
C Completions | 1082 |
TypeScript Completions | 2173 |
C# Completions | 1895 |
Kotlin Completions | 1248 |
Rust Completions | 978 |
Crystal Completions | 25 |
Haskell Completions | 237 |
COBOL Completions | 12 |
Factor Completions | 11 |
Julia Completions | 41 |
Java Completions | 2497 |
F# Completions | 51 |
Nim Completions | 31 |
OCaml Completions | 130 |
RISC-V Completions | 23 |
Total Stars | 753 |
% of votes with a positive feedback rating | 92% of 3246 |
Total "Very Satisfied" Votes | 2776 |
Total "Somewhat Satisfied" Votes | 422 |
Total "Not Satisfied" Votes | 48 |