fiveham / Sudoku_Solver

Solve sudoku puzzles by representing the puzzle as a bipartite graph of truth-claims about cells' values and rule-statements that have exactly one true neighbor and removing edges as information is added
MIT License
0 stars 0 forks source link

Sets.massIntersectionCollector() can't take advantage of BackedSet's bulk-op efficiency #12

Closed fiveham closed 8 years ago

fiveham commented 8 years ago

Need to add another method that accepts an arg that indicates the type of Set to be used in the mass-intersection process.

fiveham commented 8 years ago

An additional method that takes a supplier of set has been added.