Skip to content

This repo contains all important interview Qs from all different data structures and algorithms(basics & advanced).

Notifications You must be signed in to change notification settings

TanmayKJha/Data-Structures-Algorithm

Repository files navigation

Data Structure and Algorithm - Top Interview Questions

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

🗂 Repository Structure

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).



📚 Topics Covered

  • 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

🛠 How to Use This Repository

  1. Clone this repository:
    git clone https://github.com/your-username/Data-Structure-and-Algorithm.git

About

This repo contains all important interview Qs from all different data structures and algorithms(basics & advanced).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages