We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92ab9d commit 26b47cbCopy full SHA for 26b47cb
src/main/java/com/thealgorithms/others/BankersAlgorithm.java
@@ -3,7 +3,7 @@
3
import java.util.Scanner;
4
5
/**
6
- * This file contains an implementation of BANKER'S ALGORITM Wikipedia:
+ * This file contains an implementation of BANKER'S ALGORITHM Wikipedia:
7
* https://en.wikipedia.org/wiki/Banker%27s_algorithm
8
*
9
* The algorithm for finding out whether or not a system is in a safe state can
0 commit comments