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 ?