Solved


Find Logic 27

3 years ago

Solved


Find Logic 26

3 years ago

Solved


Find Logic 25

3 years ago

Solved


Find Logic 24

3 years ago

Solved


Find the Pattern 10

3 years ago

Solved


Find Logic 23

3 years ago

Solved


Find Logic 22

3 years ago

Solved


Find Logic 21

3 years ago

Solved


Find Logic 20

3 years ago

Solved


Vector creation using linspace
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use linspace.

3 years ago

Solved


Vector creation using colon operator
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use the colon (:) operator.

3 years ago

Solved


STOP that car!!!
The maximum allowed speed for this road is 100. Find the cars that didn't observe the speed limit Arrest and fine them!!!

3 years ago

Solved


Logarithmically spaced vector creation using linspace
Create a vector y containing n logarithmically spaced values between a and b, with a < b. Avoid using logspace and use the linsp...

3 years ago

Solved


Matrix convolution
A certain convolution step involves an elementwise multipication between two 3x3 matrices and taking the resulting sum of the el...

3 years ago

Solved


Fun with matrix
Disign a sample matrix as given in the test cases

3 years ago

Problem


Fun with matrix
Design a sample matrix as given in the test cases

3 years ago | 1 | 26 solvers

Solved


Find the remainder - 02
Given an array of integers, find the remainder when the summation of all the elements is divided by N

3 years ago

Problem


Find the remainder - 02
Given an array of integers, find the remainder when the summation of all the elements is divided by N

3 years ago | 0 | 47 solvers

Solved


Find the remainder - 01
Given an array of integers, find the remainder when the product of all the elements is divided by N

3 years ago

Problem


Find the remainder - 01
Given an array of integers, find the remainder when the product of all the elements is divided by N

3 years ago | 2 | 14 solvers

Solved


Congruent
Given two numbers, check whether they are congruent to each other or not for a particular value N.

3 years ago

Problem


Congruent
Given two numbers, check whether they are congruent to each other or not for a particular value N.

3 years ago | 1 | 42 solvers

Solved


Make the first letter of a sentence Capital.
In this problem you will be given a string of 2 or 3 lines. Your work is to make the first letters of every line Capital. You wi...

3 years ago

Solved


Matrix Pattern 10

3 years ago

Solved


Matrix Pattern 9

3 years ago

Load more