Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 298 Bytes

CAO

This repository contain CAO algorithms implemented in C language.

  • Carry Look Ahead Adder for addition and subtraction
  • Booth's Algorithms for multiplication
  • Restoring and Non-restoring division Algorithm
  • FIFO and LRU page replacement policies
  • Cache memory size calculation