Resuelto


Multiplication
Given 2 numbers a and b mulitply them

alrededor de 1 año hace

Resuelto


Division
Given two numbers a and b divide them a/b

alrededor de 1 año hace

Resuelto


Remainder
Given two number a and b find the remainder when you divide a by b

alrededor de 1 año hace

Resuelto


Find the mean
Find the mean of a given sdet of numbers in a vector x

alrededor de 1 año hace

Resuelto


Mode
Find the mode of a vector x

alrededor de 1 año hace

Resuelto


sum numbers to some value n
sum of numbers up to a value n

alrededor de 1 año hace

Resuelto


add num
add two numbers a and b

alrededor de 1 año hace

Resuelto


minecraft movie scramble
the following phrase "la la la lava ch ch ch chicken" will be out of order. make it into the correct order

alrededor de 1 año hace

Resuelto


num to char
make num into char

alrededor de 1 año hace

Resuelto


Maze Solver with Backtracking and Custom Cost Rules
Write a function solve_maze that finds a path from the top-left corner (1,1) to the bottom-right corner (m,n) of a 2D matrix M, ...

alrededor de 1 año hace

Resuelto


Find the summation of factorial series
Factorial numbers are n! = 1*2*3....*n the series is 1!, 2!, 3!,........, n!

alrededor de 1 año hace

Resuelto


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

alrededor de 1 año hace

Resuelto


Prime Number
Determine if a number is prime

alrededor de 1 año hace

Resuelto


x = 1

alrededor de 1 año hace

Resuelto


What kind of triangle?
Write a function named check_triangle that receives three positive integers as input: a, b, and c. These three numbers are inte...

más de 1 año hace

Resuelto


Check if a Number is a Palindrome Without Converting to String
Write a function that checks if a given positive integer is a palindrome without converting the number to a string or using stri...

más de 1 año hace

Resuelto


Zero Out Negative Elements
Write a MATLAB function called zeroNegatives that takes a numeric vector v as input and returns a modified version where all neg...

más de 1 año hace

Resuelto


Matrix Diagonal Sum
Given a square matrix A of size n x n, write a function to compute the sum of the elements on both the main diagonal and the ant...

más de 1 año hace

Problema


Find the closest e-abundant numbers
An abundant number is an integer whose sum of its positive proper divisors—or the sum of its divisors excluding itself—exceeds ...

más de 1 año hace | 0 | 7 solvers

Resuelto


Create a fibonacci series

más de 1 año hace

Problema


List e-perfect numbers
A perfect number is an integer that equals the sum of its positive proper divisors—or the sum of its divisors excluding itself. ...

más de 1 año hace | 0 | 5 solvers

Problema


Sum powers of e-divisors
In number theory the function produces the sum of divisors of an integer raised to the power . Setting sums the divisors, as ...

más de 1 año hace | 0 | 7 solvers

Problema


Count the e-divisors of an integer
Cody Problem 2664 asks us to count the divisors of an integer, and Cody Problem 60843 involves listing the e-divisors of an inte...

más de 1 año hace | 0 | 8 solvers

Resuelto


Test x = 1
Write a function to make the variable x = 1

más de 1 año hace

Problema


Determine the e-divisors of an integer
From MathWorld: is called an e-divisor (or exponential divisor) of a number with prime factorization if and where for...

más de 1 año hace | 0 | 8 solvers

Resuelto


Count Vowels at Even Indices
Write a function `vowelEvenIndices` that counts the number of vowels (a, e, i, o, u) located at even indices (0-based) in a give...

más de 1 año hace

Problema


List the notes of a major scale
If you have seen The Sound of Music, then you are familiar with the major scale: do, re, mi, fa, sol, la, ti, do. The C major sc...

más de 1 año hace | 2 | 6 solvers

Resuelto


Given length x find the area y of the square
Given length x find the area y of the square

más de 1 año hace

Resuelto


Integer Division Without Remainder
Write a function that takes two positive integers, a and b, and returns the result of integer division (quotient) without remain...

más de 1 año hace

Resuelto


"Identify and Replace Outliers in a Numeric Array"
Given a numeric array, identify outliers that are more than two standard deviations away from the mean and replace them with the...

más de 1 año hace

Cargar más