Run your program on the graph given on page 119 of the book and the graph given in the following example:
a b o ------- o | | G: | | o ------- o -------- o c d eyields the following path generation from the node a:
a / \ b c / \ d d / \ / \ e c b e
Print out (or email) a text copy of your code and the output. If you are using
Code Warrior you may need to write your output to a file so you can send
the entire run to me. I don't know any other way to print the output from
Code Warrior.
Remember the Programming and Documentation Style requirements!