Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 391 Bytes

The homework of Operating System


Including 3 projects:

1.QKSORT : a implementation of quik-sort using multi-threadings

2.Bank_Server_Problem : a project simulating the work of a bank which has many servers

3.Virtual_Memory : a project to allocate, manage and track the virtual memory


As an advise, don't copy word for word and write them yourself.