This repository contains my personal solutions to LeetCode problems.
It is maintained for my own practice and tracking progress — not intended as a teaching resource.
- LeetCode Problem Set – main list of problems
leetcode/
├── easy/ # Easy problems
├── medium/ # Medium problems
└── hard/ # Hard problems
- 📌 Organized by difficulty for easy navigation
- 🧠 Focused on improving my problem-solving skills
- ⚡ Clean and optimized implementations
- 🔁 Some problems include multiple approaches
This repository helps me to:
- Track my personal progress on algorithm problems
- Strengthen data structures & algorithms knowledge
- Prepare for coding interviews
- Maintain a consistent practice routine
- Golang – main language for problem solutions
- PostgreSQL – used for database-related challenges and practice
- Solutions are added as I complete problems
- File names usually follow the problem title
- This repo is for personal use only, not intended as a tutorial or teaching resource
This is a personal repository — contributions are not expected.