문제를 풀었습니다


Logic x

2년 초과 전

문제를 풀었습니다


Logic 11

2년 초과 전

문제를 풀었습니다


Logic 12

2년 초과 전

문제를 풀었습니다


Logic 9

2년 초과 전

문제를 풀었습니다


Logic 8

2년 초과 전

문제를 풀었습니다


Logic 6

2년 초과 전

문제를 풀었습니다


Logic 3

2년 초과 전

문제를 풀었습니다


Logic 4

2년 초과 전

문제를 풀었습니다


Logic 5

2년 초과 전

문제를 풀었습니다


Logic 7

2년 초과 전

문제를 풀었습니다


Find the remainder - 01
Given an array of integers, find the remainder when the product of all the elements is divided by N

2년 초과 전

문제를 풀었습니다


Find argmax of a function
You are given vectors x and y (=f(x)). Return the element of x for which f(x) is maximized.

2년 초과 전

문제를 풀었습니다


Nth roots of unity
First, find the n nth roots of unity. eg if n = 6, find the n distinct (complex) numbers such that n^6 = 1. <https://en.wiki...

2년 초과 전

문제를 풀었습니다


Find left eigenvector of row stochastic matrix
Find the left eigenvector of the given stochastic matrix P that has eigenvalue 1. Normalize the vector so the sum of the entri...

2년 초과 전

문제를 풀었습니다


List every vertices neighbor indices
Input T is a <https://fr.mathworks.com/help/matlab/ref/triangulation.html triangulation>. The purpose of this function is to ...

2년 초과 전

문제를 풀었습니다


Find edges from a vertex
First input is T, a triplet list of indices. Second input is i, a single index (positive integer). The goal of this function is ...

2년 초과 전

문제를 풀었습니다


Build edges list
Input T is a triangulation connectivity indices list (triplet list of indices -positive integers-, each index refering to a vert...

2년 초과 전

문제를 풀었습니다


List one vertex neighbors
First input T is a triangulation connectivity indices list (triplet list of indices -positive integers-, each index refering to ...

2년 초과 전

문제를 풀었습니다


Find neighbor triangle indices
First input T is a triangulation (triplet list of indices -positive integers-, each index refering to a vertex number in a corre...

2년 초과 전

문제를 풀었습니다


Remove duplicated vertices
First input V_in is a vertices list (X Y Z coordinates) which may contain duplicata (identical rows). Second input T_in is th...

2년 초과 전

문제를 풀었습니다


Remove duplicated triangles
Input T is a triangulation (triplet list of indices -positive integers-, each index refering to a vertex number in a correspondi...

2년 초과 전

문제를 풀었습니다


Find a common edge
First input is T, a triplet list of indices. Second input is e = [e1 e2], a row vector, couple of indices (positive distinct int...

2년 초과 전

문제를 풀었습니다


Find triangles from edge
First input is T, a Triplet list of indices -whom each row actually contains the three indices of a triangle vertices-. size(T) ...

2년 초과 전

문제를 풀었습니다


Nth Order Polynomial Regression
Inputs: -two vectors x and y (row or column) -order of polynomial, p Outputs: -vector of coefficients [b0 b...

2년 초과 전

문제를 풀었습니다


Change Vector Value
Change the element of the vector with respect to the element of the direction vector If the element of the direction vecto...

2년 초과 전

문제를 풀었습니다


Decide whether determinant is zero.
Given a 3 x 3 matrix, find the determinant. Let y = true if the determinant is zero, and let y = false if the determinant is no...

2년 초과 전

문제를 풀었습니다


Box!
Given a box, find the volume of the cube. With each side = a.

2년 초과 전

문제를 풀었습니다


Efficiency of a single phase Transformer
Calculate the efficiency of a single phase transformer whose KVA rating is A KVA, loading factor x,power factor p,full load copp...

2년 초과 전

문제를 풀었습니다


You never ask a lady her age
Instead you ask her to multiply her age by 10, then subtract any of the first nine multiples of 9 (9,18,...,81), and tell you th...

2년 초과 전

문제를 풀었습니다


Remove a specific character with another
Remove any (-) dash sign with (_) underscore Ex = 'The-Journey-of-thoudsands-miles-starts-with-a-single-step' y = 'The_Jour...

2년 초과 전

더 보기