- Typo at www-2.cs.cmu.edu/afs/andrew/course/15/211/www/hw5/writeup/webcrawler.html:
"For example, to run the WebCrawler program to crawl 5 pages on MIT's web site, you would issue the following command:"
should be:
"For example, to run the WebCrawler program to crawl 10 pages on MIT's web site, you would issue the following command:"
- I post this on behalf of :
www-2.cs.cmu.edu/afs/andrew/course/15/211/www/hw5/writeup/webcrawler.html says only WebSpider.java need be modified, but www-2.cs.cmu.edu/afs/andrew/course/15/211/www/hw5/pub/doc/WebIndex.html explicitly says "However, at the moment it is only a stub, to be filled
in by you as part of HW5." which implies (I hope I'm using "implies" correctly) WebIndex.java must also be modified (in addition to WebSpider.java.
|