Hello recently in my first OOP c++ class we learned about unordered sets / hashing and created a program that loads the words of shakesspere and the dictionary. Then compares each word to see if it is in todays dictionary. Anyways I made the program and already exceed the time requirements however I was curious if anyone here has tips on how to optimize my code or code in general to make it run faster. Thank you.
We are'not supposed to change main our assignment was the .h but ill post it anyways, Thanks again!