Some problems of parallel computing
Add names in order:
- Perfect Numbers(A number is perfect if the sum of its proper factors is equal to the number) (lot of issues)
- Value of pi (without using "reduce" directly) OMP
- MPI Value of e^x given x
- Transfer in hypercube(mpi)(crude)
- All to All personalized communication
- Bubble sort balanced()
- Matrix Multiplication 3 nested for loop parallel(again bad)