Ad
  • Default User Avatar

    You can print(maze) to see the maze (Python).
    There are a bunch of random tests probably, so your tests change each time you run your code.

  • Custom User Avatar

    My code passed all the sample tests then passed 99 of the test suite cases with 11 failed when I attempted it. Then 103 cases with 7 failed when I attempted it again with no changes to the code. How would I go about checking the errors when the test suite code is not available for me to debug my failed test cases against? Also why would the number of passed cases and failed cases change with no change to the code?