diff --git a/baseAlgorithm.class b/baseAlgorithm.class deleted file mode 100644 index 6eddea2..0000000 Binary files a/baseAlgorithm.class and /dev/null differ diff --git a/threadedAllocation.java b/threadedAllocation.java index 08a567a..63820b3 100644 --- a/threadedAllocation.java +++ b/threadedAllocation.java @@ -1,5 +1,4 @@ -class threadedAllocation implements baseAlgorithm -{ +public class threadedAllocation implements baseAlgorithm{ int[] memoryBlock; threadedAllocation(int memorySize) {