https://github.com/oguzthmc/multithreading-java
This project uses the multithreading structure in Java to calculate the sum of the digit values of 4-digit numbers in parallel and in series.
https://github.com/oguzthmc/multithreading-java
Last synced: 3 months ago
JSON representation
This project uses the multithreading structure in Java to calculate the sum of the digit values of 4-digit numbers in parallel and in series.
- Host: GitHub
- URL: https://github.com/oguzthmc/multithreading-java
- Owner: oguzthmc
- Created: 2019-12-22T21:23:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T21:28:25.000Z (over 5 years ago)
- Last Synced: 2023-11-01T00:25:57.887Z (over 1 year ago)
- Language: Java
- Size: 780 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multithreading-java
This project uses the multithreading structure in Java to calculate the sum of the digit values of 4-digit numbers in parallel and in series.