This repository contains my solutions to the problems from the LeetCode 75 Study Plan. The study plan covers essential algorithmic topics and is a great way to improve coding interview skills.
The LeetCode 75 Study Plan is a curated list of 75 problems covering:
- Array & String manipulation
- Two Pointers
- Sliding Window
- Prefix Sum
- Hash Map/Set
- Stack
- Queue
- And other important DSA concepts
leetcode75/
βββ array-string/ # Array & String problems
βββ two-pointers/ # Two Pointers problems
βββ sliding-window/ # Sliding Window problems
βββ prefix-sum/ # Prefix Sum problems
βββ ... # Other categories
- Clone the repository:
git clone https://github.com/onixlas/leetcode75.git
- Navigate to the specific problem category and solution file.
- Solutions are written in Python