This repository contains my LeetCode solutions. They are mostly in C++ but recently I started to solve the problems with Python and Rust as well.
The included fetch_problem.py script makes it easy to start working on a new problem by fetching its description and preparing the boilerplate for C++, Python, and Rust.
All solutions are tested with unit tests to check that their output is as expected across multiple inputs.