photo

Florent Dumortier


Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Solved


Matrix Construction I
Given n, construct a matrix as shown in the example below. Example For n=8, the output should look like this: 1 2 3 4 ...

3 years ago

Solved


Triangular matrices in 3D array
Given a 3D numeric array _x_, return an array _y_ of the same size in which all entries to the right of the main diagonal are ze...

3 years ago