In the two level directory structures, each user has her own user file directory (UFD). When a user job starts or a user logs in, the system’s master file directory (MFD) is searched. The MFD is indexed by user name or account number, and each entry points to the UFD for that user. When a user refers to a particular file, only his own UFD is searched. Developer: Anirudh TP Licence: OpenSource Platform/Language: C Download
T he banker’s algorithm is a resource allocation and deadlock avoidance algorithm that tests for safety by simulating the allocation for predetermined maximum possible amounts of all resources, then makes an “s-state” check to test for possible activities, before deciding whether allocation should be allowed to continue. Developer: Anirudh TP Licence: OpenSource Platform/Language: C Download
Set Operations.Java program to compute different set operations like Union,Intersection,Difference.... Developer: Anirudh TP Licence: OpenSource Platform/Language: JAVA Download