mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
chore: fix typos in src/main/java/com/thealgorithms/others/BankersAlgorithm.java (#7039)
Fix typos in src/main/java/com/thealgorithms/others/BankersAlgorithm.java
This commit is contained in:
@@ -3,7 +3,7 @@ package com.thealgorithms.others;
|
||||
import java.util.Scanner;
|
||||
|
||||
/**
|
||||
* This file contains an implementation of BANKER'S ALGORITM Wikipedia:
|
||||
* This file contains an implementation of BANKER'S ALGORITHM Wikipedia:
|
||||
* https://en.wikipedia.org/wiki/Banker%27s_algorithm
|
||||
*
|
||||
* The algorithm for finding out whether or not a system is in a safe state can
|
||||
|
||||
Reference in New Issue
Block a user