This repository contains my solutions to the NeetCode 150, a curated list of 150 LeetCode questions designed to help you ace the coding interviews. Each solution is implemented in Python, with detailed explanations and time/space complexity analysis.
The solutions are organized by topic:
- 📊 Arrays & Hashing
- 👥 Two Pointers
- 📈 Sliding Window
- 🔄 Stack
- 🔗 Linked List
- 🌳 Trees
- 🔍 Tries
- 🧮 Heap / Priority Queue
- 🔢 Backtracking
- 📊 Graphs
- 🧩 Dynamic Programming
- ...
- Clone this repository:
git clone https://github.com/atmadeep/Data-Structures-and-Algorithms.git