🚀 LeetCode 75 – Data Structures & Algorithms Study Plan
This repository contains my solutions to the LeetCode 75 interview preparation list. The goal is to strengthen problem-solving ability, master core Data Structures & Algorithms, and prepare for technical coding interviews.
All solutions are written with clean code, optimal approaches, and structured organization for better learning and reference.
📂 Repository Structure
LeetCode-75/ │ ├── Arrays/ ├── Strings/ ├── LinkedList/ ├── Stack/ ├── Queue/ ├── Trees/ ├── Graphs/ └── DynamicProgramming/
Each folder contains categorized solutions for easier navigation and concept clarity.
📊 Progress Tracker
Topic Status
Arrays & Hashing ✅ Completed Two Pointers ✅ Completed Sliding Window ⏳ In Progress Stack ⏳ In Progress Binary Search ⏳ In Progress Trees ⏳ In Progress Graphs ⏳ In Progress Dynamic Programming ⏳ In Progress
Status: Actively solving and updating solutions.
📚 Topics Covered
Arrays & Hashing
Two Pointers
Sliding Window
Stack
Binary Search
Trees
Graphs
Dynamic Programming
These topics form the foundation of most technical interviews.
🔗 Useful Resources
• LeetCode Study Plan https://leetcode.com/studyplan/leetcode-75/
• LeetCode Official Website https://leetcode.com/
• C++ Reference https://en.cppreference.com/
🤝 Contribution
Contributions are welcome!
If you would like to improve solutions or add explanations:
-
Fork the repository
-
Create a new branch
-
Commit your improvements
-
Submit a Pull Request
⭐ Support
If you find this repository helpful, please consider giving it a ⭐ star.
It motivates continued updates and improvements