aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_couragelee.sh
Commit message (Collapse)AuthorAgeFilesLines
* cobol initial implementationTrey Bastian2024-06-241-19/+0
|
* Removing superfluous time callsGunnar Morling2024-01-101-1/+1
|
* Add CalculateAverage_couragelee Java class and shell scriptCourageLee2024-01-101-0/+19
This commit introduces a new java class, CalculateAverage_couragelee, and a shell script for calculating averages. The java class utilizes NIO's memory-mapping and parallel computing techniques to perform calculations. These changes should improve the efficiency and speed of average calculations.