https://github.com/heyfoz/cpp-parallel-vector-functions
The Parallel Vector Functions Program (C++) uses two parallel vectors, which are each filled with 500 random numbers between 1 and 100. The vectors are passed to a function that returns an integer indicating how many times both vectors contained even numbers in the same location.
https://github.com/heyfoz/cpp-parallel-vector-functions
cpp function vector
Last synced: about 1 year ago
JSON representation
The Parallel Vector Functions Program (C++) uses two parallel vectors, which are each filled with 500 random numbers between 1 and 100. The vectors are passed to a function that returns an integer indicating how many times both vectors contained even numbers in the same location.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-parallel-vector-functions
- Owner: heyfoz
- License: mit
- Created: 2022-11-17T08:46:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T16:35:18.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:47.656Z (over 1 year ago)
- Topics: cpp, function, vector
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_parallel_vector_functions
The Parallel Vector Functions Program (C++) uses two parallel vectors, which are each filled with 500 random numbers between 1 and 100. The vectors are passed to a function that returns an integer indicating how many times both vectors contained even numbers in the same location.
Link to .cpp file: Parallel Vector Functions C++ Program
Copyright (c) 2022 ffm5113