π 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