Skip to content

Assignments I did for the Operating Systems course in my University.

Notifications You must be signed in to change notification settings

moooninjune/OS-assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

OS Assignments

Assignments I did for the Operating Systems course in my University.

Programming Assignment #1: OS Scheduler.

The goal of this assignment was to implement a simple OS scheduler using C/C++. The scheduler’s task is to receive a set of processes and their details and then decide the order of executing these processes based on the chosen algorithm.

Programming Assignment #2: Threading.

The goal of this assignment was to implement a multi-threaded program (using C/C++) that will check for Prime Numbers and Palindrome Numbers in a range of numbers.

About

Assignments I did for the Operating Systems course in my University.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages