Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 282 Bytes

File metadata and controls

11 lines (11 loc) · 282 Bytes

Programs:

  • Cache Mapping Techniques
    • File(s): CacheMap.c
  • FIFO Page Replacement
    • File(s): FIFO_pg.c
  • Hexadecimal Addition and Multiplication
    • File(s): hex.cpp
  • LRU Page Replacement
    • File(s): LRU_pg.c
  • Memory Allocation Policies
    • File(s): BEST_FIT.c, FIRST_FIT.c