Monday, September 24, 2007

11. Webspider

11. WebSpider


Here is my file


My opinion about this assignment is difficult, hard, complicated, challenging.......
but I like the algorithm of search web link inside web link. It is a good chance to practice our algorithm since we study ICS 311. I didn't finish about this assignment yet, becasue I took a lot of time to figure out how to avoid infinite loop when reach "home" link. The ANT is very good, it help compile, package and build all in one step, we didn't need compile file by file, but the harder part is setting up ANT.

In the assignment, I only finish task 0 and 1, and I cannot get my most popular page working, also logging, and I didn't implement logging. First, I try to use recursive to loop back and forward to search number of link, but it only work with no "home" direct page inside of each link, so I come up use two for loop to control the page and link that I found.

I hope we can have more time to improve this assignment.

No comments: