Ad
  • Custom User Avatar

    In the test case with the given input: ['F_Red', 'D_Yellow', 'B_Red', 'G_Yellow', 'B_Red', 'C_Yellow', 'B_Red', 'E_Yellow', 'E_Red', 'F_Yellow', 'F_Red', 'D_Yellow', 'B_Red', 'E_Yellow', 'F_Red', 'C_Yellow', 'D_Red', 'B_Yellow', 'E_Red', 'G_Yellow', 'C_Red', 'E_Yellow', 'G_Red', 'D_Yellow', 'C_Red', 'A_Yellow', 'C_Red', 'F_Yellow', 'F_Red'] it says that it should produce a draw. However, from simply writing it out it is apparent that their it is at least a red win. What am I meant to do?