You have to design and implement a game in which the avatar has to find the hidden treasure in circus. The
only way to guide the avatar and to find the treasure is to find the shortest path that leads to the hidden
treasure. You, being a developer are bound to use the Queue data structure. Among, depth first search and
breath first search, determine the most suitable algorithm and provide a complete code. Decide the suitable
name of the avatar and the game since you are the designer. Data should be taken from the user. Make
relevant assumptions if required.
Comments
Leave a comment