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

Report generation #54

Closed harisaisundhar closed 2 years ago

harisaisundhar commented 2 years ago

Closes #30

Description

Check List (Check all the applicable boxes)

Screenshots

Screenshot 2022-10-23 at 4 15 57 PM

Call method

Functionality can be invoked by calling big_o.print_report(best, others)

harisaisundhar commented 2 years ago

closes #30

harisaisundhar commented 2 years ago

@pberkes Have made the requested changes! Do review and let me know. Thanks

harisaisundhar commented 2 years ago

Unit test added to check report even if big_o is called in verbose mode.

pberkes commented 2 years ago

Unit test added to check report even if big_o is called in verbose mode.

good idea

pberkes commented 2 years ago

Thank you! LGTM

harisaisundhar commented 2 years ago

Thanks & sorry about the long discussions. Just getting started with Open Source!