Skip to content

Latest commit

History

History
10 lines (7 loc) 路 197 Bytes

README.md

File metadata and controls

10 lines (7 loc) 路 197 Bytes

Leetcode solutions in Python with Unit Tests

Link to leetcode profile: https://leetcode.com/nofoobar/

How to run the tests?

pip install -r requirements.txt
pytest problems/filename.py