[1,1,1,1,1,1,1,1,1,1,2] (10 1's and 1 2), using itertools permutations, my computer ran at high speed for over a minute before I stopped it, because there should only be 11 permutations, one for each ...
# This small notebook implements, in [Python 3](https://docs.python.org/3/), several algorithms aiming at a simple task: # given a certain list, generate *all* the ...
Today marks the start of the second week, the "Standard Library Magician" series! We've been polishing our Python syntax so far, but from here on, we'll master the "convenient tools provided from the ...