MatthewRueben / sock-pairing

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

Memory management for the ordered permutations: use an iterator and release the memory after you're done? #23

Open MatthewRueben opened 1 month ago

MatthewRueben commented 1 month ago

Maybe store the permutations as an instance variable of the SockPairerTester object?