An open API service indexing awesome lists of open source software.

https://github.com/imcvampire/parallel-programming


https://github.com/imcvampire/parallel-programming

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Parallel Programming:
-----------------------------------

# Problem:
- Write a program that creates 20 files, each file is composed of of 10000000 sorted random numbers.
- Write a program that reads those files and merge them into a sorted file.