Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix typos in src/main/java/com/thealgorithms/others/BankersAlgorithm.…
…java
  • Loading branch information
khanhkhanhlele committed Nov 5, 2025
commit c5fce4805955dc45a4aaa1d3dd2b6e5d20419559
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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
Expand Down