Skip to content

Repository files navigation

LeetCode150

A multi-language monorepo for practicing Data Structures and Algorithms (DSA), featuring solutions for LeetCode 150, LeetCode 75, and foundational DSA implementations.

Java

Running Tests

mvn test is configured to keep successful runs compact. Detailed reports are in target/surefire-reports/.

For verbose output:

mvn test -Dsurefire.useFile=false -Dsurefire.printSummary=true

Python

The Python environment is managed by Poetry.

Setup

Run this from the project root:

poetry install
poetry run pre-commit install

Important

All team members must run poetry run pre-commit install in their local environments to activate the local protection (secret scanning).

Running Tests

You can run all tests from the project root:

poetry run pytest

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages