Resuelto


Arrow!!
Write a script that gives (( follow the example)) if x=4 & output= 1 1 1 1 1 1 0 1 1...

más de 1 año hace

Resuelto


num9
num

más de 1 año hace

Resuelto


num8
num

más de 1 año hace

Resuelto


num7
num

más de 1 año hace

Resuelto


num6
num

más de 1 año hace

Resuelto


num5
num

más de 1 año hace

Resuelto


num4
nmjhg

más de 1 año hace

Resuelto


num3
nam

más de 1 año hace

Resuelto


Number Puzzles - 004
Give an example of three distinct numbers greater than 10 whose both product and sum are palindromes. The answer is not unique a...

más de 1 año hace

Resuelto


String vowel manipulation
Given a string, find all the vowels and shift them to the end of the string in the same order as they are found.

más de 1 año hace

Resuelto


Sum of Arithmetic Progression
Given the starting number, difference and the number of terms - find the sum of the arithmetic progression.

más de 1 año hace

Resuelto


Area of a triangle given its sides

más de 1 año hace

Resuelto


Find the sum of all integers in a given matrix
Finding sum of all integers in a given matrix

más de 1 año hace

Resuelto


Filter British English into American English
Given a sentence written with British spelling, return the sentence with the offending word(s) replaced with the American spelli...

más de 1 año hace

Resuelto


Add two numbers
Given two numbers a and b add them together

más de 1 año hace

Resuelto


Draw 'S'
draw S using nxn matrix, where n is odd and greater than 4 S = [1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 ...

más de 1 año hace

Resuelto


Tribute to Ramanujan
The nth taxicab number, denoted as T(n), is defined as the smallest number that can be expressed as a sum of two positive algebr...

más de 1 año hace

Resuelto


Number Puzzles - 005

más de 1 año hace

Resuelto


Monty Python and the Holy Grail: Crossing the Bridge of Death
To cross the Bridge of Death, your function must return the numerical value for the airspeed velocity of an unladen swallow

más de 1 año hace

Resuelto


Find the standard deviation of an array
given an array, find it's standard deviation without using the std() function. Use sample formula (n-1) for standard deviation a...

más de 1 año hace

Resuelto


Probability of red tulips (at both ends of a row)
I planted tulip bulbs in a row on my flower bed. I thought that I had planted white tulips all. However, later, it turned out t...

más de 1 año hace

Resuelto


New Matrix with vector addition on diagonal
consider 2 vectors x=[1 2 3] y=[4 5 6] then generate a new Matrix, where Addition of x & y will be diagonal Elements...

más de 1 año hace

Resuelto


Polynomial evaluation
Compute the value of a polynomial of degree n with coeffcients in vector a, at value x. p(x)=a(1)+a(2)x+a(3)x^2+...+a(n+1)x...

más de 1 año hace

Resuelto


Low level NaN
I have a dataset. Columns represents different variables. A variable may start with NaN or any double type number. If it start...

más de 1 año hace

Resuelto


Find the solution of algebraic equation
Find the solution of algebraic equation of the form an*x^n + a(n-1)*x^(n-1) + (an-2)*x^(n-2)+...... a2*x^2 + a1*x^1 + a0 = 0; ...

más de 1 año hace

Resuelto


Strange Number Algorithms
Three integer numbers will be provided to you. Write a function to Step1: Multiply first number by 3. Step2: Add 6 with t...

más de 1 año hace

Resuelto


Maximizing Stock Profit
As a stock exchange broker focusing on a single transaction, your goal is to maximize profit by buying a stock at a low price an...

más de 1 año hace

Resuelto


Perfect shuffle
We call "perfect shuffle" the process of cutting a deck of cards into two equal halves, and then perfectly interleaving them: on...

más de 1 año hace

Resuelto


Digits eliminate
Complete the function my_f(n,b) to return, for a given integer, the number obtained by removing the digits '0' and 'b'. If there...

más de 1 año hace

Resuelto


Counting the occurrences of a digit in a book
The printer has printed a book with 'p' pages. How many times did they use the character 'd'? In other words, how many times doe...

más de 1 año hace

Cargar más