Discussion Board
There are no previous messagesGo to the following message
Current Forum: Homework 5 - Part 3
Date: Wed Nov 14 2001 12:30 am
Author: White, David <white3@andrew.cmu.edu>
Subject: graph edges...

So I'm trying to implement the graph.
It would seem, all of the graph interface could
be fully supported *without* really building a graph.
And for this assignment, seems more reasonable. I'll
assume that isn't what is wanted. But do we have to
do graph traversals to answer all the questions of the interface?
Like can't we keep a list of the vertices and edges to answer
some of the questions?

If that is the case, how should we store the WebEdges?
Should they be stored as the links in the WebVertex? If
they aren't, how do you traverse the graph?

And actually, why do we even need the WebEdge? Why can't
we just store a list of WebVertices on each WebVertex to
which it points? Isn't that a graph?

So, for the extra credit, do we need to use the graph as set up by the original files, or can we use our own? (WebVertices connected to other WebVertices).

Thanks
Post response

There are no previous messagesGo to the following message
Current Thread Detail:
graph edges...      White, David      Wed Nov 14 2001 12:30 am       
Re: graph edges...      Goodman, Brian J.      Wed Nov 14 2001 3:56 am       
Re: graph edges...      Cipriani, Jason A.      Fri Nov 16 2001 1:02 am       
Re: graph edges...      Goodman, Brian J.      Fri Nov 16 2001 4:06 am       

Back to previous screen