mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-19 17:54:42 +08:00
Formatted with Google Java Formatter
This commit is contained in:
@ -38,7 +38,7 @@ public class BestFit {
|
||||
int minDiff = findMaxElement(blockSizes);
|
||||
int index =
|
||||
NO_ALLOCATION; // If there is no block that can fit the process, return NO_ALLOCATION as the
|
||||
// result.
|
||||
// result.
|
||||
for (int i = 0;
|
||||
i < blockSizes.length;
|
||||
i++) { // Find the most fitting memory block for the given process.
|
||||
|
Reference in New Issue
Block a user