Skip to content

Commit bead3d2

Browse files
committed
added banker's algo
1 parent 1abc78d commit bead3d2

6 files changed

+703
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ py -3.11 -m pip install numpy
3939

4040
### Lab - 5 == Banker’s Algorithm (Deadlock Avoidance)
4141
[jupyter File](./bankers_algorithm.ipynb) <br/>
42-
[Python File](./same_python_file/bankers_algorithm.py)
42+
[Python File](./same_python_file/bankers_algorithm.py) &nbsp;&nbsp; / &nbsp;&nbsp; [Python File Alternative 2](./same_python_file/bankers_algorithm_alternative_2.py) &nbsp;&nbsp; / &nbsp;&nbsp; [Python File Alternative 3](./same_python_file/bankers_algorithm_alternative_3.py) &nbsp;&nbsp; / &nbsp;&nbsp; [Python File Alternative 4](./same_python_file/bankers_algorithm_alternative_4.py)
4343

4444
### Lab - 5 == Deadlock Detection
4545
[jupyter File](./inverse_exponential_distribution.ipynb) <br/>

0 commit comments

Comments
 (0)