Mar
18
Posted on 18-03-2009
Filed Under (Programming Hints, School Work) by Steven on 18-03-2009

For a large project in my Computer Science class at BYU (cs240), I needed to implement a simple webcrawler, that would create a database of words, each page that contains each word, and a database of all of the pages that were crawled (whether they had parsed words on them or not). It was a pretty large project, with the added complexity that many of the standard library tools like or other c++ standard library datatypes where not allowed. We had to implement our own BST and linkedlist. Any way it is now done. And you can get a full .xml document that it includes an index of all of the words on my blog (before this post). Ok, the xml document isn’t really that interesting. It’s just the only output to show for my hours of work for this school project.

(0) Comments    Read More   
Feb
20
Posted on 20-02-2009
Filed Under (School Work) by Steven on 20-02-2009

Boring and un-interesting, here is a link to the 41 page design document for my webcrawler project in CS 240 at BYU. None of the method bodies have been implemented so this document is pretty much worthless.

(0) Comments    Read More