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:
Lê Nam Khánh
2025-11-05 17:02:56 +07:00
committed by GitHub
parent d92ab9d89c
commit 26b47cb5b8

View File

@@ -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