Hi all! I try to solve mission `Broken Window`. I written a code and it works good, but for test with 5(or 6) and more arguments it's work very slow, because I use `itertools.permutations`. Can you help me optimize it and pass all tests?
My code in attachment
Created at: 2019/05/11 17:22; Updated at: 2019/05/11 20:10