How do I generate permutations of length LEN given a list of N Items?

前端 未结 3 1263
小鲜肉
小鲜肉 2020-12-18 19:55

Note: I\'m working in python on this.

For example, given a list:

list = [\'a\',\'b\',\'c\',\'d\',\'e\',\'f\',\'g\',\'h\',\'i\',\'j\']
3条回答
提交回复
热议问题