Removed unnecessary headers

This commit is contained in:
2020-08-28 14:26:09 -04:00
parent a797bb6718
commit 3757e2169c
27 changed files with 15 additions and 31 deletions

View File

@@ -39,6 +39,7 @@ private:
//Instance variables
std::vector<uint64_t> sums; //Holds the score based on the sum of the characters in the name
std::vector<uint64_t> prod; //Holds the score based on the sum of the characters and the location in alphabetical order
uint64_t sum; //Holds the sum of the scores
//Functions
void reserveVectors(); //Reserve the size of the vector to speed up insertion