https://travis-ci.org/Niccolum/intrst_algrms.svg?branch=master https://codecov.io/gh/Niccolum/intrst_algrms/branch/master/graph/badge.svg https://snyk.io/test/github/Niccolum/intrst_algrms/badge.svg https://api.codacy.com/project/badge/Grade/6157aa23ef6e4886b146b9b16a7a68c8 https://readthedocs.org/projects/intrst-algrms/badge/?version=latest

https://img.shields.io/pypi/v/Intrst_algrms.svg?colorB=blue https://img.shields.io/pypi/pyversions/Intrst_algrms.svg https://img.shields.io/pypi/l/Intrst_algrms.svg?colorB=blue https://img.shields.io/pypi/status/Intrst_algrms https://img.shields.io/github/last-commit/Niccolum/Intrst_algrms

Instruments and algorithms

Here is examples of realizations several algorithms, they performance, memory used and result plots.

Getting Started

Requirements

Python 3.6+

Installing

    python3 -m venv env
    source env/bin/activate

For check and research

    pip install -e git+https://github.com/Niccolum/intrst_algrms#egg=Intrst_algrms['all']
    cd env/src/intrst_algrms
Note

For check memory tests - install line_profiler manually. This package not include to install because of problem with installation. Details here

After that you can run commands from results.md on each folders.

More detailed description and HOW-TO:

Results of research algorithms here:

For use funcs in your own code you can install package from PYPI

    pip install Intrst_algrms

and import it from your code:

    from tree_sort.funcs import ...
    from knapsack_problem.funcs import ...
    from unpacking_flatten_lists.funcs import ...

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Dev

For developers info here.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details