package robot.interfaces;
@FunctionalInterface
public interface Sorting {
String sorting (int[] input);
}