You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides Java implementations of various memory mapping strategies commonly used in computer architecture. The code includes abstract classes and concrete implementations for Direct Mapping, Associative Mapping, and Set-Associative Mapping.