21 Nov
2017
21 Nov
'17
12:37 a.m.
Serhiy Storchaka <storchaka+cpython@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@bugs.python.org> <https://bugs.python.org/issue32099> _______________________________________