문제를 풀었습니다


Previous Palindrome

대략 1년 전

문제를 풀었습니다


Draw a triangle of ones
For any given n, return a matrix that includes a triangle of ones of height n: Example n = 3 output = [0,0,1,0,0 ...

대략 1년 전

문제를 풀었습니다


Remove Duplicates
Remove duplicates from the vector of integers and display in sorted order

대략 1년 전

문제를 풀었습니다


Combination of Vectors
Return a combination of vectors x1, x2 based on y1, y2 per: x(j) = 0 if y1(j) < y2(j) x(j) = x1(j) if y1(j)...

대략 1년 전

문제를 풀었습니다


Palindrome Checker
Check to see if a given string is a palindrome (a word, phrase, or sequence that reads the same backward as forward). Output sh...

대략 1년 전

문제를 풀었습니다


Change on Spiral Matrix
n>=3, generate a matrix of nth such that n^2 is the max number, and max number must be in [1,1] or [end, end]. One example will ...

대략 1년 전

문제를 풀었습니다


Factorions: Numbers that equal the sum of the factorials of their digits
From Wikipedia: _A factorion is a natural number that equals the sum of the factorials of its decimal digits_ For example: ...

대략 1년 전

문제를 풀었습니다


Determina si el número es primo
Primero, antes que nada: ¿Qué es un número primo? Un número primo es cualquier número que solamente se puede dividir por 1 y ...

대략 1년 전

문제를 풀었습니다


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 ...

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


Distance Travelled by Vehicle

대략 1년 전

문제를 풀었습니다


num10
123456

대략 1년 전

문제를 풀었습니다


Equal temperament - musical notes and frequency
Starting from 440Hz note (musical note A above middle C), create 13 notes, using twelve-tone equal temperament, in Herz units. ...

대략 1년 전

문제를 풀었습니다


Count the numbers
In a array x, count the number of times the number n appears in x. for example: x = [1 2 3 4 3 2 1 2] and n = 2 the answer sh...

대략 1년 전

문제를 풀었습니다


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

대략 1년 전

문제를 풀었습니다


Zero or hero
A number will be given as an input. You can be hero if it's not zero. (Just for fun)

대략 1년 전

문제를 풀었습니다


Number Puzzle - 076

대략 1년 전

문제를 풀었습니다


Number Puzzle - 068

대략 1년 전

문제를 풀었습니다


Number Puzzle - 046

대략 1년 전

문제를 풀었습니다


Absolute Value of the Product of Complex Numbers
Find the absolute value (modulus) of the product of two complex numbers given by a + bi and c + di.

대략 1년 전

문제를 풀었습니다


Pass the Threshold!!
Write a Matlab function that will take as input a matrix of arbitrary dimensions and a scalar threshold value, and return a vec...

대략 1년 전

문제를 풀었습니다


Squares of odd numbers upto a given range
Find the squares of odd numbers upto a given range. If Given x=6 return y=(1^2,3^2,5^2) y=1,9,25 If Given x=5 retu...

대략 1년 전

문제를 풀었습니다


JannaT is Loved By Me
JannaT was sTarTed loved by me and that time was in 2020. A year when JannaT will starT loving me when the year divided from th...

대략 1년 전

문제를 풀었습니다


Number Puzzles - 011

대략 1년 전

문제를 풀었습니다


Number Puzzle - 059

대략 1년 전

문제를 풀었습니다


Number Puzzle - 064

대략 1년 전

문제를 풀었습니다


Number Puzzle - 065

대략 1년 전

문제를 풀었습니다


Number Puzzle - 067

대략 1년 전

문제를 풀었습니다


Number Puzzle - 070

대략 1년 전

문제를 풀었습니다


Number Puzzle - 087

대략 1년 전

더 보기