Separate the enumeration and storage parts of HashPruneTable
into composable implementations.
#97
Labels
HashPruneTable
into composable implementations.
#97
We have a perfect table tied to full coordinate enumation in
PhaseCoordinatePuzzle
and a partial DFS implemented with a hash table for storage inHashPruneTable
. There's no reason these couldn't be composable to allow experimentation with different data structures for time/memory tradoffs, but it will take some API design.The text was updated successfully, but these errors were encountered: