A curated collection of my solutions to the Blind 75 β a set of 75 must-solve LeetCode problems that cover key data structures and algorithms frequently asked in technical interviews.
This repository contains clean, efficient, and well-commented solutions to the Blind 75 questions.
Each problem includes:
- π§© Problem link
- π‘ Intuition / approach
- β±οΈ Time and Space Complexity
- π§ Code Implementation
- Kotlin (or replace with your main language, e.g. Java, Python, C++)