ClassicComputerScienceProblemsInPython icon indicating copy to clipboard operation
ClassicComputerScienceProblemsInPython copied to clipboard

Define equality of MCState

Open ruddyscent opened this issue 1 year ago • 0 comments

While debugging missionaries.py, I discovered that the explored set accumulates duplicate MCStates.

To solve this problem, I've overridden the __eq__ and __hash__ of the MCState.

This patch resolves the issue [#22]

ruddyscent avatar Oct 29 '23 19:10 ruddyscent