read `/Users/emilykukura/Google Drive/Masters Project/6174phenom.txt`: printf("\n****************************************************\n"): printf("****************************************************\n\n"): t1:=time(): printf("listPhenom([3, 4, 1], 10) is:\n\n"): listPhenom([3, 4, 1], 10); t2:=time(): printf("\nThis took %f seconds.", t2-t1): printf("\n****************************************************\n"): printf("****************************************************\n\n"): t1:=time(): printf("listPhenom([5, 2, 2], 10) is:\n\n"): listPhenom([5, 2, 2], 10); t2:=time(): printf("\nThis took %f seconds.", t2-t1): printf("\n****************************************************\n"): printf("****************************************************\n\n"): t1:=time(): printf("listPhenom([4, 8, 2, 1], 10) is:\n\n"): listPhenom([4, 8, 2, 1], 10); t2:=time(): printf("\nThis took %f seconds.", t2-t1): printf("\n****************************************************\n"): printf("****************************************************\n\n"): t1:=time(): printf("listPhenom([1, 5, 4, 4], 10) is:\n\n"): listPhenom([1, 5, 4, 4], 10); t2:=time(): printf("\nThis took %f seconds.", t2-t1): printf("\n****************************************************\n"): printf("****************************************************\n\n"): t1:=time(): printf("listPhenom([0, 3, 3, 1], 4) is:\n\n"): listPhenom([0, 3, 3, 1], 4); t2:=time(): printf("\nThis took %f seconds.", t2-t1): printf("\n****************************************************\n"): printf("****************************************************\n\n"): t1:=time(): printf("listPhenom([0, 3, 2, 3], 4) is:\n\n"): listPhenom([0, 3, 2, 3], 4); t2:=time(): printf("\nThis took %f seconds.", t2-t1): printf("\n****************************************************\n"): printf("****************************************************\n\n"): t1:=time(): printf("listPhenom([8, 11, 10, 14, 3, 1, 15], 20) is:\n\n"): listPhenom([8, 11, 10, 14, 3, 1, 15], 20); t2:=time(): printf("\nThis took %f seconds.", t2-t1):