This repository contains implementations of common scheduling algorithms in various programming languages:
- FIFO (First In, First Out)
- Round Robin
- Completely Fair Scheduler (CFS)
Each language implementation includes visualization components to help understand how these schedulers work.
- C
- Python
- Java
- TypeScript
- C#
- Go
Each language folder contains its own README.md with specific instructions on how to compile, run, and visualize the scheduling algorithms.
All implementations include Dockerfiles for easy setup and execution in isolated environments.