frhd143 / FIFO-Page-Replacement-Algorithm Star 2 Code Issues Pull requests This is an implementation of the First In First Out (FIFO) page replacement algorithm. algorithm memory operating-system firstinfirstout pagereplacement page-replacement-algorithm fifo-page-replacement Updated Mar 10, 2023 C
jepozdemir / csharp_queue_and_stack Star 1 Code Issues Pull requests A simple text editor where you can add text and undo the last operation using both a stack and a queue. csharp stack queue datastructures dotnet dotnetcore collections fifo lifo csharp-code fifo-queue queues firstinfirstout lifo-stack lastinfirstout Updated Nov 2, 2024 C#
madhurchhajed / FIFO-First-in-First-Out-Algorithm-Implementation Star 1 Code Issues Pull requests Implementation of FIFO Algorithm in C operating-system fifo hits firstinfirstout frame-size page-fault fifo-algorithm frame-array pagefault Updated Oct 1, 2020 C
mananpatel06 / Operating-system-Practical Star 0 Code Issues Pull requests This is Operating System (CE354) practical. algorithm algorithms round-robin practicals priority-scheduling firstinfirstout shortest-job-first shortestjobfirst firstcomefirstserve depstar first-fit-algorithm best-fit-algorithm worst-fit-algorithm ce354 least-recently-used-algorithm optimal-algorithm Updated Sep 21, 2022 C
OmarHariry / Paging-and-Replacement Star 0 Code Issues Pull requests Replacement Policy implemented in linux. Assigned 5/12/2020, Due 12/12/2020 linux makefile clock lru linux-shell optimal fifo-queue paging firstinfirstout lru-replacement-algorithm headerfile replacement-policy Updated Jan 20, 2021 C++
WishvaRajaguru / ProjectMaze Star 0 Code Issues Pull requests A simple maze-solving project in Python where an Agent navigates a grid-based maze using two classic algorithms. python ai pillow searching-algorithms maze-solver firstinfirstout lastinfirstout Updated Jun 27, 2025 Python