This repository contains solutions to various Leetcode problems. Each solution is implemented in Python and includes comments for better understanding.
- python/: Contains the Python scripts for each problem.
- tests/: Includes test cases for the problems.
- Clone the Repo:
git clone https://github.com/alonsofabila-encora/leetcode.git- Navigate to the project directory:
cd leetcode- Create your (venv) and install dependencies:
pip install -r requirements.txt