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

pberkes commented 3 years ago

LGTM :-P