Skip to content

Katibis/DSA_Project_2_Spring_2026

Repository files navigation

COP3530 - Project 2

Hello, this is the respository for Samy Katibi's, Antonio Vega's and Richard Shiau's DSA Project 2. Please run the main.cpp file to try the program we created.

Both data.cpp and main.cpp contain functions titled main, as they are intended to be run as separate programs. As such, you will have to build data.cpp separately from the other files, or else your compiler might give you errors (editing CMakeLists.txt should help with this, depending on your IDE). Search.h and Search.cpp must be built with main.cpp.

Other files are either used for the main program or are just proof of our work on this project.

Thank you
Sources:

Nounlist.txt taken from website: https://www.desiquintans.com/nounlist
Nounlist.txt is a public domain file containing many nouns for use in generating random website names.

morenouns.txt taken from website: https://greenopolis.com/list-of-nouns/
Credit to greenopolis for more than 10,000+ nouns.

adjectives.txt taken from website: https://vocaberry.com/vocabulary/100-most-common-adjectives-in-english/
Credit to vocaberry for 100 adjectives.

About

This is the repository for our group project. In this project, we tried to simulate a search engine using two different search algorithms over random websites (a line inside a text file).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from COP3530/P2-template