Skip to content

Commit ea7fdea

Browse files
📖 chore: add desc.
1 parent 496b0f9 commit ea7fdea

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Memory Allocation Simulator
1+
# OperatingSystemAlgorithms
22

3-
![MemoryAllocationSimulator](https://socialify.git.ci/tusharnankani/MemoryAllocationSimulator/image?description=1&font=Raleway&forks=1&issues=1&language=1&owner=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Dark)
3+
![OperatingSystemAlgorithms](https://socialify.git.ci/tusharnankani/OperatingSystemAlgorithms/image?description=1&font=Raleway&forks=1&issues=1&language=1&owner=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Dark)
44

55
### Table of contents
66

@@ -13,11 +13,10 @@
1313

1414
## _Introduction_
1515

16-
A simple Memory Allocation Simulatory built with JAVA, for a better understanding of how memory allocation works in an **Operating System**. It simulates common **memory allocation strategies**:
17-
18-
- **First-Fit**
19-
- **Best-Fit**
20-
- **Worst-Fit**
16+
- Memory Allocation Simulator built with JAVA, for a better understanding of how memory allocation works in an **Operating System**. It simulates common **memory allocation strategies**:
17+
- First-Fit
18+
- Best-Fit
19+
- Worst-Fit
2120

2221
This repository also contains the code for
2322

0 commit comments

Comments
 (0)