This repository contains Python solutions for LeetCode problems, organized by problem number.
To run tests for a specific problem:
pytest tests/test_1.py -vTo run all tests:
pytest tests/ -v- Create a new problem file in the
problems/directory - Create corresponding tests in the
tests/directory - Update this README with the new problem entry
- Follow the coding guidelines in the workspace rules