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 dce5677 commit 7f10968Copy full SHA for 7f10968
src/test/java/com/thealgorithms/operatingsystemconcepts/BankersAlgorithm.java
@@ -1,4 +1,4 @@
1
-package com.thealgorithms.Operating_System_Concepts_Implementation;
+package com.thealgorithms.operatingsystemconcepts;
2
3
import java.util.Arrays;
4
import java.util.Scanner;
@@ -158,4 +158,3 @@ public static void main(String[] args) {
158
scanner.close();
159
}
160
161
-
0 commit comments