You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
This pentominoes puzzle solver now uses the recursion schemes that Bartosz showed in his talk. The ana/cata/holo morphism code in RecursionSchemes.hs is the same as Bartosz used. I added a generic tree type and related Algebra/Coalgebra functions in RTree.hs. With these tools in place the code (at the end of Solve.hs) to generate the solution steps is just :
No description provided.
The text was updated successfully, but these errors were encountered: