Skip to content

lozhkinandrei/python-data-structures-algorithms

Repository files navigation

Python Data Structures and Algorithms

codecov

Quickstart

  1. Install necessary packages pip install -r requirements.txt (recommended to use virtual env)

Commands

  1. Autoformat code: make format or black .
  2. Lint: make lint or flake8 .
  3. Test: make test or coverage run -m unittest
  4. Coverage: make coverage or coverage report && coverage html

About

Short notes on basic data structures and algorithms in Python

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published