.gitignore
LICENSE
README.md
setup.py
big_o_estimator/__init__.py
big_o_estimator/estimator.py
big_o_estimator.egg-info/PKG-INFO
big_o_estimator.egg-info/SOURCES.txt
big_o_estimator.egg-info/dependency_links.txt
big_o_estimator.egg-info/top_level.txt
big_o_estimator/__pycache__/__init__.cpython-311.pyc
big_o_estimator/__pycache__/estimator.cpython-311.pyc
tests/__init__.py
tests/test_big_o_estimator.py