Risolto


Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...

oltre 2 anni fa

Risolto


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

oltre 2 anni fa

Risolto


Find the Pattern 5

oltre 2 anni fa

Risolto


Find the Pattern 4

oltre 2 anni fa

Risolto


Find the Pattern 3

oltre 2 anni fa

Risolto


Find the Pattern 2

oltre 2 anni fa

Risolto


Find the Pattern 1

oltre 2 anni fa

Risolto


Find Logic 32

oltre 2 anni fa

Risolto


Find Logic 31

oltre 2 anni fa

Risolto


Find Logic 30

oltre 2 anni fa

Risolto


Find Logic 29

oltre 2 anni fa

Risolto


Find Logic 28

oltre 2 anni fa

Risolto


Find Logic 27

oltre 2 anni fa

Risolto


Find Logic 26

oltre 2 anni fa

Risolto


Find Logic 25

oltre 2 anni fa

Risolto


Find Logic 24

oltre 2 anni fa

Risolto


Find Logic 23

oltre 2 anni fa

Risolto


Find Logic 22

oltre 2 anni fa

Risolto


Find Logic 21

oltre 2 anni fa

Risolto


Find Logic 20

oltre 2 anni fa

Risolto


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

oltre 2 anni fa

Risolto


Draw a '4' in a zero matrix!

oltre 2 anni fa

Risolto


Draw a '6' in a zero matrix!

oltre 2 anni fa

Risolto


Draw a '9' in a zero matrix!

oltre 2 anni fa

Risolto


Draw a '7' in a zero matrix!

oltre 2 anni fa

Risolto


Draw a '8' in a zero matrix!

oltre 2 anni fa

Risolto


Draw a '3' in a zero matrix!

oltre 2 anni fa

Risolto


Draw a '2' in a zero matrix!

oltre 2 anni fa

Risolto


Draw a '5' in a zero matrix!

oltre 2 anni fa

Risolto


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

oltre 2 anni fa

Carica altro