[issue32099] Use range in itertools roundrobin recipe

Serhiy Storchaka report at bugs.python.org
Tue Nov 21 01:37:27 EST 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

roundrobin() has quadratic computational complexity. For example list(roundrobin(*([[1]]*N))). Is there a way to make it with linear complexity?

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32099>
_______________________________________


More information about the Python-bugs-list mailing list