MatthewRueben / sock-pairing

Try several sock pairing algorithms as an exercise in writing beautiful Java.
MIT License
0 stars 0 forks source link

Pass in all pairing algorithm implementations at once so we don't have to redo the permutations for each one. #24

Open MatthewRueben opened 2 months ago

MatthewRueben commented 2 months ago

Only do this if the permutations take a really long time. It complicates things.