Michael R. Ludwikowski III

Logo

CSCI 496: Senior Portfolio
In partial fulfillment of the requirements for the degree of Bachelor of Science in Computer-Science (class of 2026)

View My Resume

View My Handshake Profile

View My GitHub Profile

Back to Portfolio

Website parcer

Project description

Utilises different data structures to run tests through different HTML websites to check if it is parced as well as how many other websites it can get to from it’s own.

How to compile and run the program

Make clean
Make all
optional: make example-test.cpp

UI Design

Very simple to run, just do “make all” and it will run through the sameple websites put in the “pages” folder to check if they are balanced and other sites to visit. If you want you can add optional tests and/or add more pages to test.

screenshot
Fig 1. Example Output

Additional Considerations

Runs on more simple HTML pages and nothing large scale just yet.

Back to Portfolio