Welcome to my LeetCode solutions repository! This repository contains my solutions to various LeetCode problems, documenting my journey through algorithmic problem-solving and competitive programming. All solutions are implemented in C++.
Current Daily Streak: 75 days 🔥
Time Travel Tickets Used: 3
LeetCode is a platform for preparing technical coding interviews. It features a vast collection of coding challenges covering various topics including algorithms, data structures, database queries, and system design.
Solutions are organized by problem number and name directly under the solutions folder:
solutions/
├── 1-two-sum/
│ └── solution.cpp
├── 2-add-two-numbers/
│ └── solution.cpp
└── ...
- Improve problem-solving skills through consistent practice
- Master common algorithmic patterns and data structures
- Build a strong foundation for technical interviews
- Maintain a clean and well-documented collection of solutions
Thanks to the LeetCode team for providing such a valuable platform for learning and practice.
This project is licensed under the MIT License - see the LICENSE file for details.