Skip to content

Latest commit

Β 

History

History
103 lines (51 loc) Β· 1.75 KB

File metadata and controls

103 lines (51 loc) Β· 1.75 KB

πŸš€ 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:

  1. Fork the repository

  2. Create a new branch

  3. Commit your improvements

  4. Submit a Pull Request


⭐ Support

If you find this repository helpful, please consider giving it a ⭐ star.

It motivates continued updates and improvements