In this repository i am trying to create a prototype of race algorithm in c++ code
RACE algorithm is a page replacement algorithm which helps for segmentation of the cache memory into three
different section and which will also change their sizes Dynamically.
You have to input total number of blocks, block value, inode, current time and Program Counter
RACE algorithm will dynamically saperate the for different type of references and will allocate the space dynamically for each block
there will be two tables File table and PC table will decide that how the partition is to be maintained.
Dynamically the partition will change and will be displayed respectively.
Thank You