This repository is my personal space for algorithm exercises, focusing on LeetCode Hot 100 and other classic problems.
What’s included:
- Short problem descriptions and links to the original statements
- My solutions with brief explanations and key takeaways
- Notes on time and space complexity when relevant
How to use:
- Browse by problem; each entry includes a concise summary, solution code, and an explanation of the approach
- Compare alternatives to understand trade-offs and patterns
Disclaimer: Original problem statements belong to their respective sources. This repo contains concise summaries and references only.