This repository contains my personal solutions and historical submissions to algorithmic problems from LeetCode.
The problems are systematically organized by difficulty:
Easy/Medium/Hard/
Each file is named using its original problem ID and slug (e.g., 0001-two-sum.py). Inside each file, you will find a metadata block indicating the problem's tags, runtime, and memory metrics, followed by all of my code submissions for that specific problem.