문제를 풀었습니다


Find Logic 3

3년 초과 전

문제를 풀었습니다


Find Logic 4

3년 초과 전

문제를 풀었습니다


Find Logic 6

3년 초과 전

문제를 풀었습니다


Find Logic 7

3년 초과 전

문제를 풀었습니다


Find Logic 8

3년 초과 전

문제를 풀었습니다


Find Logic 9

3년 초과 전

문제를 풀었습니다


Find Logic 10

3년 초과 전

문제를 풀었습니다


Find Logic 11

3년 초과 전

문제를 풀었습니다


Find Logic 12

3년 초과 전

문제를 풀었습니다


Find Logic 13

3년 초과 전

문제를 풀었습니다


Find Logic 15

3년 초과 전

문제를 풀었습니다


Find Logic 14

3년 초과 전

문제를 풀었습니다


Find Logic 16

3년 초과 전

문제를 풀었습니다


Find Logic 18

3년 초과 전

문제를 풀었습니다


Find Logic 19

3년 초과 전

문제를 풀었습니다


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

3년 초과 전

문제를 풀었습니다


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

3년 초과 전

문제를 풀었습니다


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

3년 초과 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

3년 초과 전

문제를 풀었습니다


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

3년 초과 전

문제를 풀었습니다


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

3년 초과 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

3년 초과 전

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

3년 초과 전

문제를 풀었습니다


Inner product of two vectors
Find the inner product of two vectors.

3년 초과 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

3년 초과 전

문제를 풀었습니다


There are 10 types of people in the world
Those who know binary, and those who don't. The number 2015 is a palindrome in binary (11111011111 to be exact) Given a year...

3년 초과 전

문제를 풀었습니다


Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.

3년 초과 전

문제를 풀었습니다


Binary code (array)
Write a function which calculates the binary code of a number 'n' and gives the result as an array(vector). Example: Inpu...

3년 초과 전

문제를 풀었습니다


Relative ratio of "1" in binary number
Input(n) is positive integer number Output(r) is (number of "1" in binary input) / (number of bits). Example: * n=0; r=...

3년 초과 전

문제를 풀었습니다


Bit Reversal
Given an unsigned integer _x_, convert it to binary with _n_ bits, reverse the order of the bits, and convert it back to an inte...

3년 초과 전

더 보기