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

22 Jun 2016

Wrote code to perform the task