https://github.com/dawoodkhatri1/scheduling_algorithms
Scheduling algorithms are techniques used by operating systems to manage the execution of processes by allocating CPU time efficiently. These algorithms optimize performance metrics like turnaround time, waiting time, and CPU utilization based on specific criteria such as priority, arrival time, or burst time.
https://github.com/dawoodkhatri1/scheduling_algorithms
python streamlit
Last synced: 18 days ago
JSON representation
Scheduling algorithms are techniques used by operating systems to manage the execution of processes by allocating CPU time efficiently. These algorithms optimize performance metrics like turnaround time, waiting time, and CPU utilization based on specific criteria such as priority, arrival time, or burst time.
- Host: GitHub
- URL: https://github.com/dawoodkhatri1/scheduling_algorithms
- Owner: dawoodkhatri1
- Created: 2025-01-11T15:31:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T08:24:17.000Z (over 1 year ago)
- Last Synced: 2025-02-28T00:47:24.051Z (over 1 year ago)
- Topics: python, streamlit
- Language: Python
- Homepage: https://scheduling-algorithms.streamlit.app/
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduling_Algorithms
Scheduling algorithms are techniques used by operating systems to manage the execution of processes by allocating CPU time efficiently. These algorithms optimize performance metrics like turnaround time, waiting time, and CPU utilization based on specific criteria such as priority, arrival time, or burst time.