CSE 3302 Lab 01 – Recursive File Space

$30.00

Category: Tags: , , , , You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (4 votes)

Objective: Write the same program in 3 different languages.
Description:
Write a program to calculate the total size of all files in the current directory / folder
and all sub-folders.
The code should be runnable on the Omega server(netid@omega.uta.edu)without
any configuration.
Languages to choose from:
• C
• C++
• Java
• Python
• Perl
• Other (get GTA approval beforehand)
Answer the following questions in comments in one of the source files or in the
submission text area on Canvas:
1) Was one language easier or faster to write the code for this? If so, describe in
detail why, as in what about the language made that the case.
2) Even though a language may not (e.g. FORTRAN) does not support recursion,
describe how you could write a program to produce the same results without
using recursion. Would that approach have any limitations and if so, what would
they be?
Note: Do NOT contact the TA or instructor regarding the test cases.