mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-28 15:02:46 +08:00
Rename CPUalgorithms to MemoryManagmentAlgorithms (#3071)
This commit is contained in:
@ -16,7 +16,7 @@ class NextFitCPUTest {
|
||||
int [] sizeOfProcesses;
|
||||
ArrayList<Integer> memAllocation = new ArrayList<>();
|
||||
ArrayList<Integer> testMemAllocation ;
|
||||
CPUalgorithms nextFit = new NextFit();
|
||||
MemoryManagementAlgorithms nextFit = new NextFit();
|
||||
|
||||
@Test
|
||||
void testFitForUseOfOneBlock() {
|
||||
@ -73,4 +73,4 @@ class NextFitCPUTest {
|
||||
);
|
||||
assertEquals(testMemAllocation, memAllocation);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user