Current Forum: Homework 5 - Part 3 |
Date: Wed Nov 14 2001 11:35 am |
Author: White, David <white3@andrew.cmu.edu> |
Subject: EdgeIterator, VertexIterator |
|
|
So the Graph data structure says for: getVertices and getEdges() we are to return VertexIterators and EdgeIterators but the code itself says we are to return ObjectIterators. So which is right? Can we ignore the classes EdgeIterator and VertexIterator?
Thanks
|
|