/* Author: James Tam Version: 2015 */ public interface Algorithm { public int execute (int x, int y); }