LICENSE
README.md
pyproject.toml
bigopy/__init__.py
bigopy/cli.py
bigopy/models.py
bigopy.egg-info/PKG-INFO
bigopy.egg-info/SOURCES.txt
bigopy.egg-info/dependency_links.txt
bigopy.egg-info/entry_points.txt
bigopy.egg-info/top_level.txt
bigopy/analyzers/__init__.py
bigopy/analyzers/estimator.py
bigopy/analyzers/function_analyzer.py
bigopy/analyzers/module_analyzer.py
bigopy/detectors/__init__.py
bigopy/detectors/builtin_detector.py
bigopy/detectors/graph_detector.py
bigopy/detectors/loop_detector.py
bigopy/detectors/range_analyzer.py
bigopy/detectors/recursion_detector.py
bigopy/reporters/__init__.py
bigopy/reporters/json_reporter.py
bigopy/reporters/terminal.py
examples/complexity_showcase.py
examples/demo_algorithms.py
examples/graph_examples.py
examples/sorting_examples.py
tests/__init__.py
tests/fixtures/__init__.py
tests/fixtures/algorithms.py
tests/unit/__init__.py
tests/unit/test_estimator.py