An open API service indexing awesome lists of open source software.

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

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
```