Community Profile

photo

Caden Morrison


Last seen: presque 3 ans il y a Actif depuis 2021

Statistiques

  • Promoter
  • Community Group Solver
  • Solver

Afficher les badges

Content Feed

Afficher par

A résolu


Converts numbers into characters
Converts numbers into characters

presque 3 ans il y a

A résolu


Find the max element of the array
Find the max element of the array

presque 3 ans il y a

A résolu


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

presque 3 ans il y a

A résolu


to the 2 all elements
to the 2 all elements

presque 3 ans il y a

A résolu


the average value of the elements
Calculate the average value of the elements in the array

presque 3 ans il y a

A résolu


calculate the length of matrix
input 1 array, calculate the length

presque 3 ans il y a

A résolu


Draw a '0' in a one matrix!

presque 3 ans il y a

A résolu


Draw a '4' in a zero matrix!

presque 3 ans il y a

A résolu


Draw a '6' in a zero matrix!

presque 3 ans il y a

A résolu


Draw a '9' in a zero matrix!

presque 3 ans il y a

A résolu


Draw a '7' in a zero matrix!

presque 3 ans il y a

A résolu


Draw a '8' in a zero matrix!

presque 3 ans il y a

A résolu


Draw a '3' in a zero matrix!

presque 3 ans il y a

A résolu


Draw a '2' in a zero matrix!

presque 3 ans il y a

A résolu


Draw a '5' in a zero matrix!

presque 3 ans il y a

A résolu


Draw a '1' in a zero matrix!

presque 3 ans il y a

A résolu


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

presque 3 ans il y a

A résolu


~~~~~~~ WAVE ~~~~~~~~~
|The WAVE generator| Once upon a time there was a river. 'Sum' was passing by the river. He saw the water of the river that w...

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Draw a 'N'!
Given n as input, generate a n-by-n matrix 'N' using 0 and 1 . Example: n=5 ans= [1 0 0 0 1 1 1 0 0 1 1 0 ...

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Draw 'J'
Given n as input, generate a n-by-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...

presque 3 ans il y a

A résolu


Draw a 'X'!
Given n as input Draw a 'X' in a n-by-n matrix. example: n=3 y=[1 0 1 0 1 0 1 0 1] n=4 y=[1 0 0...

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

presque 3 ans il y a

A résolu


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

presque 3 ans il y a

A résolu


Fibonacci-Sum of Squares
Given the Fibonacci sequence defined by the following recursive relation, * F(n) = F(n-1) + F(n-2) * where F(1) = 1 and F(1)...

presque 3 ans il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

presque 3 ans il y a

Charger plus