6 kyu
Multiplication table
14,475 of 43,046Bugari
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 | 70265 |
Total Skips | 6778 |
Total Code Submissions | 96187 |
Total Times Completed | 43046 |
JavaScript Completions | 13074 |
CoffeeScript Completions | 152 |
Ruby Completions | 647 |
Python Completions | 14475 |
Groovy Completions | 116 |
Scala Completions | 338 |
Go Completions | 1854 |
C++ Completions | 3254 |
C Completions | 1080 |
TypeScript Completions | 2172 |
C# Completions | 1891 |
Kotlin Completions | 1246 |
Rust Completions | 977 |
Crystal Completions | 25 |
Haskell Completions | 237 |
COBOL Completions | 12 |
Factor Completions | 11 |
Julia Completions | 41 |
Java Completions | 2491 |
F# Completions | 51 |
Nim Completions | 31 |
OCaml Completions | 130 |
RISC-V Completions | 23 |
Total Stars | 751 |
% 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 |