https://github.com/ambadran/os-scheduling-algorithms
https://github.com/ambadran/os-scheduling-algorithms
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ambadran/os-scheduling-algorithms
- Owner: ambadran
- Created: 2023-01-02T04:06:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T15:45:23.000Z (over 2 years ago)
- Last Synced: 2025-02-16T18:22:22.054Z (4 months ago)
- Language: C
- Size: 7.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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