issues
search
pberkes
/
big_O
Python module to estimate big-O time complexity from execution time
BSD 3-Clause "New" or "Revised" License
324
stars
50
forks
source link
Remove vestigial `xrange` in a data generator function and add tests
#41
Closed
pberkes
closed
3 years ago
pberkes
commented
3 years ago
Fix #39
Fix
xrange
so it runs on Python 3+
Add tests for the
datagen
module
bump version number
pberkes
commented
3 years ago
LGTM :-P
Fix #39
xrange
so it runs on Python 3+datagen
module