pberkes / big_O

Python module to estimate big-O time complexity from execution time
BSD 3-Clause "New" or "Revised" License
322 stars 50 forks source link

Add unit of measure in the string representation of complexity classes #24

Closed pberkes closed 6 years ago

pberkes commented 6 years ago

Fix #9

pberkes commented 6 years ago

I'll leave it open one day to allow for reviews and comments, if any