This repository contains my solutions to problems from LeetCode . I use this space to track my progress, explore different problem-solving strategies, and practice coding for interviews
- Solutions are written in multiple languages (mainly Go, sometimes Python/Java).
- Code is structured to be clean, readable, and efficient.
- Focused on learning and building strong problem-solving skills.
Problems are organized by their LeetCode title. Example:
two_sum/
top_K_frequent/
- Consistency in daily practice
- Document approaches and complexity
- Explore multiple solutions where possible
These solutions are for practice and reference