os-algorithms
There are 11 repositories under os-algorithms topic.
harismuneer/Round-Robin-Scheduler
🤹 A C++ implementation of the Round Robin Scheduler algorithm for process scheduling.
jackyhuynh/Process_Sync_and_MultiThread_Optimization_using_Java
Research paper on Multi-Threading vs. Multi-Processing applies to Operating System & Application. The research analyzes the fundamental of multiprocess and multithreading programming. The report paper also explains the basics of how operating system functions, and OS Scheduler Algorithms. I also implement the Producer-Consumer Problem using Conditional Variables to explain. This is not a full program. The research paper can be used as a good fundamental for Multithreading Engineers or embedded System Engineers.
mirza-mohibul-hasan/os-lab-solution
CSE-3102: Operating System
gelocasauay01/os-scheduling
OS Algorithms Analyzer
Zhreyu/SchedulNet
AI/RL approach for scheduling
Akshaya-TL/Operating-System-Lab
Implementation of Operating System Algorithms in C
harismuneer/Forking-SharedMemory-Semaphores_Example
🔐A C++ example demonstrating the OS concepts of Process Forking, Shared Memory, Semaphores by solving an interesting problem
jitendragangwar123/Operating-System
Linux Programming and Some Operating System Algorithms Implementation using C language.
mohamedezzeldeenhassanmohamed/Real-Time-Scheduling-App
Here is an app simulates real-time OS scheduling algorithms where Real-time operating systems (RTOS) are designed to handle tasks that require precise timing and high reliability.