문제를 풀었습니다


Determine the winner of a goofy golf tournament

5년 초과 전

문제를 풀었습니다


Find an inscribed square on a closed curve

5년 초과 전

문제를 풀었습니다


Find the nth term in the digit inventory sequence

5년 초과 전

문제를 풀었습니다


Beat the RNG - EASY

5년 초과 전

문제를 풀었습니다


Factorize uniquely! (★★)

5년 초과 전

문제를 풀었습니다


Calculate the sum of two polynomials
Calculate the sum of two polynomials if they are written in notation with their coefficients. example: a=[3 4 5]; b=[...

5년 초과 전

문제를 풀었습니다


Power supply: 230V to 115V
The problem is simple: we have a wall outlet which supplies 230V and an apparatus that requires 115V. Software is always chea...

5년 초과 전

문제를 풀었습니다


Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...

5년 초과 전

문제를 풀었습니다


Simple Matrix
Make the following matrix without typing it in one by one. [1 2 3; 2 4 6; 4 8 12] x=[1 2 3].

5년 초과 전

문제를 풀었습니다


Box
Give the volume of a box, x is equal to the body diagonal.

5년 초과 전

문제를 풀었습니다


Problem for beginners
Suppose that x is a column vector, with at least a length of 6. Delete the 2., 6., and the second last row. Example: X=[1;2;3...

5년 초과 전

문제를 풀었습니다


Problem for beginners
M is a nxm matrix. Swap the fist and the second last column with eachother. X=[1 2 3;4 5 6;7 8 9] Y=[2 1 3;5 4 6;8 7 9]

5년 초과 전

문제를 풀었습니다


Stairs
Make an n by n matrix, where the elements are ones and zeros. In the main diagonal, and under that, there should be only ones (...

5년 초과 전

문제를 풀었습니다


Square
X is a number, write a code, where Y should be the square of X.

5년 초과 전

문제를 풀었습니다


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

5년 초과 전

문제를 풀었습니다


Find Pseudo-Cyclic Number
A cyclic number is an integer in which cyclic permutations of the digits are successive multiples of the number https://en.wikip...

5년 초과 전

문제를 풀었습니다


Area of rhombus
Calculate the rhombus area

5년 초과 전

문제를 풀었습니다


Optimum Egyptian Fractions
Following problem was inspired by <http://www.mathworks.com/matlabcentral/cody/problems/2126-split-bread-like-the-pharaohs-egypt...

5년 초과 전

문제를 풀었습니다


Pandigital number n°3 (Inspired by Project Euler 32)
After Problem 2319 and 2320. An n-digit number is pandigital if it makes use of all the digits 1 to n exactly ONCE. For examp...

5년 초과 전

문제를 풀었습니다


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

5년 초과 전

문제를 풀었습니다


Bridge and Torch Problem - Minimum time
<https://en.wikipedia.org/wiki/Bridge_and_torch_problem Details of the problem ...> Input is crossing time list. (for exampl...

5년 초과 전

문제를 풀었습니다


find

5년 초과 전

문제를 풀었습니다


Multiplying

5년 초과 전

문제를 풀었습니다


divide by 5

5년 초과 전

문제를 풀었습니다


Solve a ballot counting problem

5년 초과 전

문제를 풀었습니다


Matrix for beginners
Multiply x and y elemwise.

5년 초과 전

문제를 풀었습니다


Moving Product (Easy)
Given an input array A, write a function *movprod(A,k,dim)* to calculate the moving product over a sliding window of length *k* ...

5년 초과 전

문제를 풀었습니다


RISK Calculator - Large Armies, High Accuracy, Fast
This Challenge is to quickly provide the high precision probability of legal RISK battles up to 100 vs 100. [ Attack >= 2 and D...

5년 초과 전

문제를 풀었습니다


Create a matrix map of increasing safety levels
The sole nuclear power plant at Grid City suddenly had a meltdown. Luckily, the plant was designed to be in full automation, so ...

거의 6년 전

문제를 풀었습니다


Count the number of folds needed to pack a large sheet
In a certain paper factory, large sheets of paper are being made every day. Before sending the sheets for shipment, they have to...

거의 6년 전

더 보기