/StudentRecords

Created a custom hash function and overloading the equality operator. Then we create an instance of a certain unordered set which stores the instances of StudentRecord. You can then apply changes to this instance like querying the name,ID and grade, removing and adding new students.

Primary LanguageC++

Stargazers