Changes

Jump to: navigation, search

DPS921/Franky

61 bytes removed, 21:48, 25 November 2018
Code
This code takes the single-threaded version above and applies TBB to leverage the power of threading to increase performance.
====Code====
<source>#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <vector>
#include <random>
#include <tbb/tbb.h>
70
edits

Navigation menu