kaist-cp / cs220

268 stars 53 forks source link

[Assignment 11] Can I add additional trait implementations? #422

Closed j-jiseophan closed 1 week ago

j-jiseophan commented 2 weeks ago

Related Issue

No response

Googling Result

None

ChatGPT Result

None

Your question here

It seems that NodeHandle should implement Hash trait to be put into HashSet. Is it allowed to add additional trait implementations?

Lee-Janggun commented 2 weeks ago

Yes, you are free to add additional trait implementations. Just make sure it passes in gg.