This repository contains my personal solutions to LeetCode problems, aimed at honing my problem-solving skills and preparing for technical interviews. The solutions are primarily written in Python.
/problems
: Contains solution files, each named after the problem they solve..github/workflows
: Contains GitHub Actions workflows for automated tasks, such as testing code submissions.
Each solution file can be executed independently to see how the solution works. The repository is integrated with GitHub Actions to ensure all solutions pass the tests upon commits.
While this is a personal practice repository, suggestions or corrections are welcome! Please open an issue to discuss potential changes.
This project is open-sourced under the MIT license.