The following figure is called a graph the circles are


Question: The following figure is called a graph. The circles are called nodes and the lines are called edges. An edge connects two nodes. You can interpret the graph as a maze of rooms and passages. The nodes can be thought of as rooms, and an edge connects one room to another. Note that each node has at most four edges in the graph that follows.

182_18.png

Write a program that implements the previous maze using references to instances of a Node class. Each node in the graph will correspond to an instance of Node. The edges correspond to links that connect one node to another and can be represented in Node as instance variables that reference another Node class. Start the user in node A. The user's goal is to reach the finish in node L. The program should output possible moves in the north, south, east, or west direction. Sample execution is shown next.

927_19.png

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: The following figure is called a graph the circles are
Reference No:- TGS02404915

Now Priced at $10 (50% Discount)

Recommended (93%)

Rated (4.5/5)