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.
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.