6.3. Remembering the Original Stack and Freecell Locations
- In Freecell, it is possible that several similar states would be reached, that are only different in the order of the stacks or of the freecells.
- To solve this, I sorted the stacks and the freecells.
- This, however, made the run-time display of the states display them with a confused order.