Welcome to my Data Structure and Algorithm (DSA) repository! 🚀 Here, you'll find solutions to some of the most frequently asked interview questions in DSA. This repository is organized by topic, covering a wide range of essential concepts and problem-solving techniques.
The questions are from Leetcode-> TOP INTERVIEW 150
Each topic has its own folder containing solutions to problems related to that topic. The problems are implemented in C++ and include well-documented explanations(commented within code).
- Array
- String
- Two Pointers
- Sliding Window
- Matrix
- Hashmap
- Intervals
- Stack
- Linked List
- Binary Tree General
- Binary Tree BFS
- Binary Search Tree
- Graph General
- Graph BFS
- Trie
- Backtracking
- Divide & Conquer
- Binary Search
- Heap
- Bit Manipulation
- Math
- 1D DP
- Multidimensional DP
- Clone this repository:
git clone https://github.com/your-username/Data-Structure-and-Algorithm.git