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

https://github.com/ambadran/os-scheduling-algorithms


https://github.com/ambadran/os-scheduling-algorithms

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

to compile the code with gcc type:

gcc main.c implementations.c priority_queue.c set.c main_algorithm.c process.c -o test -Wall

then run the executible
./test