Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7509766

Browse files
updated structure
1 parent fbae6af commit 7509766

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

‎README.md‎

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@ This repository contains a two-part academic project focused on Operating System
1111

1212
## 📁 Project Structure
1313
```
14-
os-design-project/
15-
├── part1_cpu_scheduling/ # CPU scheduling algorithms (FCFS, SJF, RR, etc.)
16-
├── part2_memory_management/ # Page replacement algorithms (FIFO, LRU, Optimal, etc.)
17-
└── README.md # Master README
14+
CPU_Scheduling_algorithms_OSDesign/
15+
├── Part1/
16+
│ ├── code/
17+
│ ├── docs/
18+
│ └── README.md Detailed details for CPU Scheduling
19+
├── Part2/
20+
│ ├── code/
21+
│ ├── docs/
22+
│ └── README.md Detailed informationfor Page Replacement
23+
├── README.md Combined overview (already done)
24+
# Master README
1825
```
1926

2027
---

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /