Current Forum: Homework 5 - Parts 1 and 2 |
Date: Tue Nov 6 2001 6:32 pm |
Author: Goodman, Brian J. <bjg@andrew.cmu.edu> |
Subject: Re: WebSpider/WebIndex |
|
|
The code provided already returns an object of the correct type. There's just nothing in it. :) The point here is to implement a breadth first traveral of a site. You will add pages to your index as you go, but obviously this won't accomplish anything until you finish part 3. What you should be concerned with is that if you put in debugging output, your spider should be able to report that it visited the specified number of pages (or less when appropriate), that it never visited the same page more than once, and that it traversed the pages in breadth first order. |
|