- Flattened every algorithm to not use classes as they weren't needed
- Added
mypy
type checking
- Drop support for Python 3.6
- Swaps the
mock
library for the builtingunittest.mock
library - Formats project with
Black
- Added a Sudoku solver and unit tests
- Added FizzBuzz and unit tests
- Added the Fibonnaci Sequence & unit tests
- Added Bubble Sort algorithm & unit tests