Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 480 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 480 Bytes

Python Coding

workflow

Collection of problems I'm solving on LeetCode, met on the interviews or any other sources. Plus an implementation of few simple algorithms.

Requirements

Python 3 is required. Tested version of Python 3 to run the code is 3.10.2.

Install Dependencies

pip install -r requirements.txt

Tests

Run tests with the command below.

pytest