Resuelto


Counting in Finnish
Sort a vector of single digit whole numbers alphabetically by their name, in Finnish. See the Wikipedia page for <http://en.wik...

alrededor de 3 años hace

Resuelto


Maximum running product for a string of numbers
Given a string s representing a list of numbers, find the five consecutive numbers that multiply to form the largest number. Spe...

alrededor de 3 años hace

Resuelto


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

alrededor de 3 años hace

Resuelto


Sum of series IX

alrededor de 3 años hace

Resuelto


Sum of series VIII

alrededor de 3 años hace

Resuelto


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

alrededor de 3 años hace

Resuelto


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

alrededor de 3 años hace

Resuelto


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

alrededor de 3 años hace

Resuelto


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

alrededor de 3 años hace

Resuelto


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

alrededor de 3 años hace

Resuelto


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

alrededor de 3 años hace

Resuelto


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

alrededor de 3 años hace

Resuelto


Find the palindrome
Given the string a, find the longest palindromic sub-string b. So when a = 'xkayakyy'; you should return b = 'kayak';

alrededor de 3 años hace

Resuelto


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

alrededor de 3 años hace

Resuelto


Test for balanced parentheses
Given the input inStr, give the boolean output out indicating whether all the parentheses are balanced. Examples: * If ...

alrededor de 3 años hace

Resuelto


Connect Four Win Checker
<http://en.wikipedia.org/wiki/Connect_Four Connect Four> is a game where you try to get four pieces in a row. For this problem, ...

alrededor de 3 años hace

Resuelto


Draw a '0' in a one matrix!

alrededor de 3 años hace

Resuelto


Identify full reptend primes

alrededor de 3 años hace

Resuelto


List the emirps

alrededor de 3 años hace

Resuelto


Construct a prime circle
A <https://mathworld.wolfram.com/PrimeCircle.html prime circle> is a circular arrangement of the numbers 1 to 2n such that pairs...

alrededor de 3 años hace

Resuelto


Draw a '9' in a zero matrix!

alrededor de 3 años hace

Resuelto


Draw a '8' in a zero matrix!

alrededor de 3 años hace

Resuelto


Draw a '7' in a zero matrix!

alrededor de 3 años hace

Resuelto


Draw a '6' in a zero matrix!

alrededor de 3 años hace

Resuelto


Draw a '5' in a zero matrix!

alrededor de 3 años hace

Resuelto


Draw a '4' in a zero matrix!

alrededor de 3 años hace

Resuelto


Draw a '3' in a zero matrix!

alrededor de 3 años hace

Resuelto


Draw a '2' in a zero matrix!

alrededor de 3 años hace

Resuelto


Draw a '1' in a zero matrix!

alrededor de 3 años hace

Resuelto


Generate N equally spaced intervals between -L and L
Given N and L, return a list of numbers (in ascending order) that divides the interval [-L L] into N equal-length segments. F...

alrededor de 3 años hace

Cargar más