From 8722264e7fc3a05eb97dd891a9a20799d0ec604b Mon Sep 17 00:00:00 2001 From: andreas789 <39582861+andreas789@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:53:02 +0300 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2437fa0..2db35e1 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ # Overview of the Smart Array Implementation -The smart array implementation aims to reduce physical memory waste by sharing physical pages among multiple virtual pages - while at the same time - resolving conflicts during slot allocation, and ensuring efficient access to stored data. +The smart array implementation aims to reduce physical memory waste by sharing physical pages among multiple virtual pages, while at the same time, resolving conflicts during slot allocation, and ensuring efficient access to stored data. # How the MemoryManager Class Works ?