This repository contains my solutions to various LeetCode problems.
Solutions are organized by programming language and topic.
- Python/ – My LeetCode solutions written in Python.
- Java/ – My LeetCode solutions written in Java.
- DTA_Cpp/ – My C++ solutions created as part of Data Structures & Algorithms (DTA) practice.
Each folder contains problem files named after the corresponding LeetCode problem, along with comments explaining the approach.