You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, add a way for people to use PyBryt's time complexity analysis without needing to tie it to an annotation. This could take the form of having pybryt.check_time_complexity automatically print a report, or adding another context manager for performing the checks using an iterator of inputs of increasing size.
The text was updated successfully, but these errors were encountered:
Basically, add a way for people to use PyBryt's time complexity analysis without needing to tie it to an annotation. This could take the form of having
pybryt.check_time_complexity
automatically print a report, or adding another context manager for performing the checks using an iterator of inputs of increasing size.The text was updated successfully, but these errors were encountered: