Skip to main content

All Questions

0 votes
1 answer
77 views

Allocating array (list) algorithm permutations in python

So i'm having trouble to solve the following problem: given an array size, lets say for the ease of the question size =20 it is filled with zeros as follows arr = [0]*20 ==> [0, 0, 0, 0, 0, 0, 0, ...
Danny Kaminski's user avatar