Statistics
All
RANK
20
of 300 750
REPUTATION
13 716
CONTRIBUTIONS
25 Questions
4 279 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
2 623
RANK
168 of 21 057
REPUTATION
7 650
AVERAGE RATING
4.60
CONTRIBUTIONS
33 Files
DOWNLOADS
70
ALL TIME DOWNLOADS
71908
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Solved
Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product
nästan 13 år ago
Solved
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
nästan 14 år ago
Solved
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
nästan 14 år ago











