https://github.com/mattmazzola/uv-test
Collection of Programming Problems from various sources implemented and solved in python (using uv for package management) Source: LeetCode, NeetCode, Exponent, HelloInterview, Meta Career Prep, Algo Monster, etc
https://github.com/mattmazzola/uv-test
algorithms data-structures python uv
Last synced: 7 months ago
JSON representation
Collection of Programming Problems from various sources implemented and solved in python (using uv for package management) Source: LeetCode, NeetCode, Exponent, HelloInterview, Meta Career Prep, Algo Monster, etc
- Host: GitHub
- URL: https://github.com/mattmazzola/uv-test
- Owner: mattmazzola
- Created: 2025-06-14T21:07:08.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-02T18:22:26.000Z (8 months ago)
- Last Synced: 2025-09-02T19:42:52.346Z (7 months ago)
- Topics: algorithms, data-structures, python, uv
- Language: Python
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Test
Python Project to write solutions for Meta coding puzzles
https://www.metacareers.com/profile/coding_puzzles
## Run Tests
```sh
uv run pytest -v
```
## Helpful Commands
```sh
uv run pytest --collect-only -v
```
```sh
uv run pytest -vv
```