Gelöst


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 ...

fast 3 Jahre vor

Gelöst


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 ...

fast 3 Jahre vor

Gelöst


Find the Pattern 5

fast 3 Jahre vor

Gelöst


Find the Pattern 4

fast 3 Jahre vor

Gelöst


Find the Pattern 3

fast 3 Jahre vor

Gelöst


Find the Pattern 2

fast 3 Jahre vor

Gelöst


Find the Pattern 1

fast 3 Jahre vor

Gelöst


Find Logic 32

fast 3 Jahre vor

Gelöst


Find Logic 31

fast 3 Jahre vor

Gelöst


Find Logic 30

fast 3 Jahre vor

Gelöst


Find Logic 29

fast 3 Jahre vor

Gelöst


Find Logic 28

fast 3 Jahre vor

Gelöst


Find Logic 27

fast 3 Jahre vor

Gelöst


Find Logic 26

fast 3 Jahre vor

Gelöst


Find Logic 25

fast 3 Jahre vor

Gelöst


Find Logic 24

fast 3 Jahre vor

Gelöst


Find Logic 23

fast 3 Jahre vor

Gelöst


Find Logic 22

fast 3 Jahre vor

Gelöst


Find Logic 21

fast 3 Jahre vor

Gelöst


Find Logic 20

fast 3 Jahre vor

Gelöst


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 + ...

fast 3 Jahre vor

Gelöst


Draw a '4' in a zero matrix!

fast 3 Jahre vor

Gelöst


Draw a '6' in a zero matrix!

fast 3 Jahre vor

Gelöst


Draw a '9' in a zero matrix!

fast 3 Jahre vor

Gelöst


Draw a '7' in a zero matrix!

fast 3 Jahre vor

Gelöst


Draw a '8' in a zero matrix!

fast 3 Jahre vor

Gelöst


Draw a '3' in a zero matrix!

fast 3 Jahre vor

Gelöst


Draw a '2' in a zero matrix!

fast 3 Jahre vor

Gelöst


Draw a '5' in a zero matrix!

fast 3 Jahre vor

Gelöst


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 =...

fast 3 Jahre vor

Mehr laden