
Svyatoslav Golousov
Graduated from MIPT at 2015
Statistics
Cody
0 문제
205 해답
순위
N/A
of 260,095
평판
N/A
참여
0 질문
0 답변
답변 채택
0.00%
획득한 표
0
순위
471
of 111,657
참여
0 문제
205 해답
점수
2,884
배지 수
16
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
해결됨
Scoring for oriented dominoes
Given a list of ordered pairs, and the order they should be placed in a line, find the sum of the absolute values of the differe...
1년 이상 전
해결됨
Mandelbrot Numbers
The <http://en.wikipedia.org/wiki/Mandelbrot_set Mandelbrot Set> is built around a simple iterative equation. z(1) = c z...
1년 이상 전
해결됨
Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...
1년 이상 전
해결됨
Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...
1년 이상 전
해결됨
Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...
1년 이상 전
해결됨
Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...
1년 이상 전