This version fixes various bugs and performance issues found during the book review.
Added
- shebang line to `__init__.py` files
- `flake8` and `codecov` are part of the development requirements now
Changed
- Implementation of Bubble, Merge, and Heap sorting algorithms
- Start using `venv` instead of `pipenv`
Deprecated
- Tree methods will be renamed for better alignment with the textbook
- Graph methods will be renamed for better alignment with the textbook
- Incomplete (not implemented) methods will be removed in 3.1.0
Removed
- N/A
Fixed
- Heapsort implementation is more efficient
Security
- N/A