Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/ challenge #6000000

Name: Anonymous 2014-06-27 0:12

Pick the most retarded question you can find in the following and APP a SOLUTION for the problem.
http://www.ocf.berkeley.edu/~kelu/interviews/questions.html

Deadline: now.
Prize: A shitty job.

Name: Anonymous 2014-06-27 1:15

Given an array A. Return array B where B[i] = the product of all elements in A except for A[i]. You cannot use division.
Stupid puzzle problem.

step 2
C[i] = A[i*2-1] * A[i*2]
step 2
x++
B[i] = A[i+1] * C[all bar x]
B[i+1] = A[i] * C[all bar x]

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List