GitHub topics: banker-algorithm
TCL606/BankerAlgorithm
银行家算法示例
Language: C# - Size: 251 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

KhaledAshrafH/Deadlock-Handler
This repository contains a C++ implementation of the Banker's algorithm, which is used to avoid deadlock in a system. The program allows processes to request and release resources, and the banker will grant a request only if it leaves the system in a safe state. If a request would lead to an unsafe state, it will be denied. The program also include
Language: C++ - Size: 247 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

pinkchocoa/Operating-Systems-Assessed-Coursework
Banker's algorithm, Dynamic memory allocation simulation in C.
Language: TeX - Size: 380 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

eHag-FRU/OperatingSystems-CS33211-KSU-Project2 📦
C++ Implementation of the Banker's Algorithm to avoid deadlock with resource allocation
Language: C++ - Size: 198 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Rakibul73/Operating_System_Code
Operating System Code in Python 3
Language: Jupyter Notebook - Size: 54.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

RoyalLifeEgy/Ahmed-Hatem-Zakaria-19105748
Size: 586 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ArchismanKarmakar/Banker-s-algorithm-cli-gui
Banker's Algorithm Implementation using C++ & C# .NET
Language: C# - Size: 1.59 MB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

AmanCSE-1/Operating-System
This repository contains the Python Programs for various algorithms of Operating Systems
Language: Python - Size: 191 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

Naeem-ur-rahman/Operating_Systems_Smester_5
That's my some programming work in Operating System. I have also learned Unix Operating System (Kali) Basics
Language: C++ - Size: 2.51 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Timothy-Liuxf/THUEE_OS 📦
Course experiments of Operating System in Department of EE, Tsinghua.(清华大学电子工程系操作系统课程实验)
Language: C# - Size: 5.82 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ahmed192a/bankers-Algorithm
The banker’s algorithm is a resource allocation and deadlock avoidance algorithm that tests for safety by simulating the allocation for predetermined maximum possible amounts of all resources, then makes an “s-state” check to test for possible activities, before deciding whether allocation should be allowed to continue.
Language: C# - Size: 1.13 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

ngocphucck/deadlock-detection
This repo reimplements Banker algorithm to detect deadlock in OS system
Language: C - Size: 12.7 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

wandersonsousa/algorithms_python
A banker and round robin algorithm implementation in python :bank: :wink:
Language: Python - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

Nada-Nasser/Safe-state-algorithm
Prolog program that determines whether a graph (represents processes and resources in operating systems) can reach a safe state (with no deadlock) or not.
Language: Prolog - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

SujitDas-tech/OS-BANKER-S-ALGORITHM-PYTHON-CODE
PYTHON CODE FOR BANKER'S ALGORITHM IMPLEMENTATION
Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

vic-lsh/os-banker-algo
Operating Systems Lab: Banker's Algorithm
Language: C++ - Size: 28 MB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

jordonyang/os4j
Raw experimental Operating System code for recording a simulating experience.
Language: Java - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

rkmr039/laboratory-programes
Language: C++ - Size: 304 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

maateusx/BankerAlgorithm
The Banker algorithm, sometimes referred to as the detection algorithm, is a resource allocation and deadlock avoidance
Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0
