https://github.com/imcvampire/parallel-programming
https://github.com/imcvampire/parallel-programming
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/imcvampire/parallel-programming
- Owner: imcvampire
- License: gpl-3.0
- Created: 2016-06-11T01:47:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-11T01:52:36.000Z (about 10 years ago)
- Last Synced: 2025-01-31T12:23:33.062Z (over 1 year ago)
- Language: C++
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.