Current Forum: Homework 5 - Part 3 |
Date: Fri Nov 16 2001 4:06 am |
Author: Goodman, Brian J. <bjg@andrew.cmu.edu> |
Subject: Re: graph edges... |
|
|
There is no technical "problem" with doing it in this fashion. However, you end up basically implementing a graph by doing this, just not a full graph class. We'd like you to go ahead and implement the class simply to help keep your programs modular and so that you can easily modify offending code if you find later that something is unusably inefficient. |
|