Added - Insertion sort - Selection sort - Merge sort - Quick sort - Linear search - Binary search - Info and Code class methods to sorting algorithms - [Rich](https://pypi.org/project/rich/) library and used it for printing to console - [mkdocs](https://www.mkdocs.org/) with material theme for documenting code
0.1.3
Added - visualization to bubble sort - defined structure of library - refactored everything