Homework assignment for Operating System course
Homework assignment for Operating System course
The students where required to develop an application that works like an zip file manager, like WINRAR, but without the compression.
The application should add, remove, open file that were saved into a binary file. Each group should implement a file system method in the aplication.
This one implements the contiguous method with best algorithm