Here is examples of realizations several algorithms, they performance, memory used and result plots.
Python 3.6+
python3 -m venv env
source env/bin/activate
pip install -e git+https://github.com/Niccolum/intrst_algrms#egg=Intrst_algrms['all']
cd env/src/intrst_algrms
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:
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 ...
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
For developers info here.
- Nikolai Vidov - maintainer - Niccolum
This project is licensed under the MIT License - see the LICENSE.md file for details