# Code Samples of oneAPI Threading Building Blocks (oneTBB)
Examples using `parallel_reduce` algorithm.

| Code sample name | Description
|:--- |:---
| convex_hull | Parallel version of convex hull algorithm (quick hull).
| pi | Parallel version of calculating &pi; by numerical integration.
| primes | Parallel version of the Sieve of Eratosthenes.
