Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mirazibnsina/os_implementation

Implementation of operating system time scheduling processes as FCFS, SJF, Priority, Round-Robin, Sequential, Index, Linked-list...
https://github.com/mirazibnsina/os_implementation

Last synced: 18 days ago
JSON representation

Implementation of operating system time scheduling processes as FCFS, SJF, Priority, Round-Robin, Sequential, Index, Linked-list...

Awesome Lists containing this project

README

        

# OS_Implementation
Implementation of operating system time scheduling processes as -
1. FCFS
2. SJF
3. Priority
4. Round-Robin
5. Sequential
6. Index
7. Linked-list

# Interface
1. Click the file included with .c
2. Run any C compiler (Made by CodeBlocks)
3. Should works fine!