.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/python-publish.yml
docs/.nojekyll
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.html
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
examples/decisiontree_ex1.py
examples/linearreg_ex1.py
src/mightypy/__init__.py
src/mightypy.egg-info/PKG-INFO
src/mightypy.egg-info/SOURCES.txt
src/mightypy.egg-info/dependency_links.txt
src/mightypy.egg-info/not-zip-safe
src/mightypy.egg-info/requires.txt
src/mightypy.egg-info/top_level.txt
src/mightypy/dsa/__init__.py
src/mightypy/dsa/linked_list.py
src/mightypy/dsa/search.py
src/mightypy/dsa/tree.py
src/mightypy/ml/__init__.py
src/mightypy/ml/dataset.py
src/mightypy/ml/ensemble_models.py
src/mightypy/ml/error_functions.py
src/mightypy/ml/linear_models.py
src/mightypy/ml/tree_models.py
src/mightypy/ml/utils.py
tests/conftest.py
tests/test.py