Skip to content

3.2 Embarrassingly Parallel Problems

Bora Canbula edited this page Dec 2, 2023 · 2 revisions

Some problems can be easily solved by using multi threads or processors with a very little effort. In this page, we list some of them:

  • Matrix Multiplication
  • Estimation of Pi by using Monte-Carlo technique
  • Estimation of Euler's Number by using a sum: $$\mathrm{e} = \sum_{n=0}^{\infty} \dfrac{1}{n!}$$