Skip to content
GitHub Universe 2025
Last chance: Save $400 on Universe passes until 9/17. Register now
#

os-algorithms

Here are 13 public repositories matching this topic...

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 Cond…

  • Updated Jan 21, 2021
  • Java

A comprehensive npm package for CPU scheduling algorithms simulation including FCFS, SJF, SRTF, Round Robin, Priority, MLQ, and MLFQ with detailed metrics calculation and Gantt chart visualization.

  • Updated Sep 6, 2025
  • TypeScript

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.

  • Updated Nov 20, 2024
  • Kotlin

🔐A C++ example demonstrating the OS concepts of Process Forking, Shared Memory, Semaphores by solving an interesting problem

  • Updated Jan 30, 2025
  • C++

A comprehensive TypeScript package implementing all 6 major disk scheduling algorithms (FCFS, SSTF, SCAN, C-SCAN, LOOK, C-LOOK) with full type safety, performance benchmarks, and educational examples for operating systems learning.

  • Updated Sep 13, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the os-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the os-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more