README
======

This package includes the following files.

|-- Driver.c [This is the driver program which will be used to invoke the MemoryManager.]
|-- MemoryManager.c [MemoryManager is implemented here.]
|-- MemoryManager.h [Header file declaring the function exposed from MemoryManager]
|-- README.txt [This file]

To compile:
    gcc *.c

To run:
    ./a.out <seed>

For example;
    ./a.out 1234

