lancelote / leetcode

My solution for Leetcode exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leetcode

My leetcode exercise solutions

Development Setup

git clone https://github.com/lancelote/leetcode.git
cd leetcode
python3 -mvenv .venv
. .venv/bin/activate
pip install -r requirements.txt

Tests

. .venv/bin/activate
python -mpytest

About

My solution for Leetcode exercises


Languages

Language:Python 100.0%Language:Shell 0.0%