Skip to content

This repository contain CAO algorithms implemented in C language.

Notifications You must be signed in to change notification settings

vinayak-tripathi/CAO

Repository files navigation

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