Web Information Retrieval

Xiannong Meng
Computer Science Department
Bucknell University
Lewisburg, PA 17837
May 2014

Homework One

Due: Wednesday 05/28/2014 at 11:59 p.m.

Please follow this link to see the submission instructions.

  1. Write a few paragraphs about yourself, including, but not limited to your name, the most favorite computer science project you completed for a class or for work (give a bit detail, not just a project name), what you would like to get from this course, and any other pieces of information you'd like to share with your instrutor.
  2. We can traverse a collect of web page by the following breadth first visit algorithm.
  3. Rewrite the algorithm such that the traversal of the web pages becomes depth first visit algorithm.