Create a method display that prints the structure of the maze on the screen, using print.

computer science

Description

Create a method display that prints the structure of the maze on the screen, using print. 

Create a method find_random_spot that returns a tuple (line_number, column_number) which is an "empty space" in the maze structure. 

What is the most computationally / memory efficient way of doing this? Discuss in the forums or on Discord!


Related Questions in computer science category