Discussion Board
Go to the previous messageGo to the following message
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.
Post response

Go to the previous messageGo to the following message
Current Thread Detail:
WebSpider/WebIndex      Jen, Cindy Dar-Shuan      Tue Nov 6 2001 5:35 pm       
Re: WebSpider/WebIndex      Chen, Richard      Tue Nov 6 2001 6:29 pm       
Re: WebSpider/WebIndex      Goodman, Brian J.      Tue Nov 6 2001 6:32 pm       
Re: WebSpider/WebIndex      Ghosh, Debmallo S.      Thu Nov 15 2001 2:52 pm       
Re: WebSpider/WebIndex      Goodman, Brian J.      Thu Nov 15 2001 3:11 pm       

Back to previous screen