Nortek Interview Question

Using C++ code, write a function to calculate the sum of a vector of integers using N threads in parallel.

Interview Answer

Anonymous

Jun 22, 2016

Wrote code to perform the task