package edu.gwu.algtest; import edu.gwu.algtest.*; public interface MinAlgorithm extends Algorithm { public int getMin(int[] data); }