2014 January Bronze #3 Balanced Team (Super Short Solution)
- Lifesaving Linen
- Oct 24, 2017
- 1 min read
Uses next_permutation function to run through all possibilities in shortest time possible. Next_permutation has a good thing in that it can move to the next UNIQUE permutation.
Comments