Resuelto


String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76

casi 3 años hace

Resuelto


String Logic 18
Examples: 'DIG' --> 'DG' 'IMPORTANT' --> 'IPRAT' 'DEAL' --> 'DA' 'LIMB' --> 'LM' 'MOSTLY' --> 'MSL'

casi 3 años hace

Resuelto


String Logic 12
Examples: 'CAT' --> 'ACT' 'DOG' --> 'DGO' 'ROSY' --> 'ORSY' 'MOSTLY' --> 'LMOSTY'

casi 3 años hace

Resuelto


Find the number of primes less than input
Given an integer n, determine the number of primes less than or equal to n.

casi 3 años hace

Resuelto


Can you reshape the matrix?
Given a matrix A, is it possible to reshape it into another matrix with the given number of rows?

casi 3 años hace

Resuelto


Matrix Max Finder
Output the maximum value in a matrix

casi 3 años hace

Resuelto


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

casi 3 años hace

Resuelto


Determine whether the number is multiple of 3 or not
Let a=6 and as 6 = 2*3 which means 6 is multiple of 3; return true if a is multiple of 3,otherwise false.

casi 3 años hace

Resuelto


Percentage profit
If you are buying at x dollar, what will be the selling price for making the r% profit?

casi 3 años hace

Resuelto


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

casi 3 años hace

Resuelto


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

casi 3 años hace

Resuelto


find the value

casi 3 años hace

Resuelto


Summy's odd sum

casi 3 años hace

Resuelto


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

casi 3 años hace

Resuelto


Set x value to each odd index of vector y.
Set x value to each odd index of vector y.

casi 3 años hace

Resuelto


Sort in descending order.

casi 3 años hace

Resuelto


Generate a list of composite numbers

casi 3 años hace

Resuelto


size

casi 3 años hace

Resuelto


Total resistance of resistors in parallel
What is the total resistance of a number of resistors in parallel? A vector R contains the resistances (in Ohm) of n resistors,...

casi 3 años hace

Resuelto


Fizz
Dado um número inteiro n, retorne 'fizz' se esse valor for multiplo de 3, ou retorne o valor caso contrario. Fizz(3) = 'fizz'; ...

casi 3 años hace

Resuelto


Seperate 2nd column in a matrix

casi 3 años hace

Resuelto


imaginary

casi 3 años hace

Resuelto


determine if
determine if the elements of a matrix is a nan and return true

casi 3 años hace

Resuelto


Create a constant offset.
Add a constant offset to an array. Example a = [1 3 5 9] offset = 2 y = [3 5 7 11]

casi 3 años hace

Resuelto


Vector indexing: lower than mean
Find indices of values in a vector lower than the mean of the vector

casi 3 años hace

Resuelto


Cube root of max value in a vector
Find the cube root of the maximum value in a vector

casi 3 años hace

Resuelto


sign function

casi 3 años hace

Resuelto


Calculating Ring Area
In two-dimensional space, a ring can be constructed by using two concentric circles. Determine the area of a ring which has r1 ...

casi 3 años hace

Resuelto


Odd row
Create a row 'y' with odd numbers where the potential maximum number is given by 'x' and the space between them by 'm'. The firs...

casi 3 años hace

Cargar más