This repository is for fun and learning about a bunch of things:
- Implement a custom
LinkedListclass in Python - Use Python generics to add (strong) typing to the
LinkedListimplementation - Use
mypyfor static code analysis
Please note that this code is not production ready.
This repository uses Taskfile.
Clone the repository and then install and lint/test the package with
$ task install
$ task lint test