Closed jimbo5922 closed 2 months ago
In the exercise hashmap3, the name of the struct is Team, but I thought TeamScores would be better since it relates to scores(There are several places in the same file where score is used.). Similarly, I made changes to the solution.
hashmap3
Team
TeamScores
score
Thanks :D
In the exercise
hashmap3
, the name of the struct isTeam
, but I thoughtTeamScores
would be better since it relates to scores(There are several places in the same file wherescore
is used.). Similarly, I made changes to the solution.