Coding Challenge · INTERMEDIATE
In a digital storage system, directories can contain files and other directories. Each file has a specific size, and each directory can contain an arbitrary number of files and subdirectories. You are tasked with calculating the total size of a given directory, including all its subdirectories and files. The objective …