Solved


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


Find Logic 30

2 years ago

Solved


Find Logic 31

2 years ago

Solved


Find Logic 32

2 years ago

Solved


Find Logic 29

2 years ago

Solved


Find Logic 28

2 years ago

Solved


Find Logic 27

2 years ago

Solved


Find Logic 26

2 years ago

Solved


Find Logic 25

2 years ago

Solved


Find Logic 24

2 years ago

Solved


Find Logic 23

2 years ago

Solved


Find Logic 22

2 years ago

Solved


Find Logic 21

2 years ago

Solved


Find Logic 20

2 years ago

Solved


Check if equal
Return true if all the elements of an nD array are equal, false otherwise.

2 years ago

Solved


Draw a '2' in a zero matrix!

2 years ago

Solved


Draw a '1' in a zero matrix!

2 years ago

Solved


Draw a '6' in a zero matrix!

2 years ago

Solved


Draw a '3' in a zero matrix!

2 years ago

Solved


Draw a '0' in a one matrix!

2 years ago

Solved


Draw a '8' in a zero matrix!

2 years ago

Solved


Total energy

2 years ago