Skip to content

This repository includes solutions for all 450 Data Structures and Algorithms questions listed in the study material created by Love Babbar.

Notifications You must be signed in to change notification settings

Harikesh-14/LB-450

Repository files navigation

Love Babbar - DSA Sheet

This DSA sheet by Love Babbar contains 450 coding questions which will help in:

  • Understanding each and every concept of DSA.
  • Clearing the DSA round for the Interviews, as these are the questions generally asked in the companies like Amazon, Microsoft, Google, etc.
  • Basic Knowledge of Data Structures and Algorithms. Having good knowledge of at-least one programming knowledge like C++, Java, Python.
  • Know how to use STL as it will make data structures and few techniques easier to implement.

How to use

To clone the whole repository in you machine, write the given code in you terminal:

git clone https://github.com/Harikesh-14/LB-450.git

Content

  • Arrays(36)
  • Matrix(10)
  • Strings(43)
  • Searching and Sorting(36)
  • Linked List(36)
  • Bit Manipulation(10)
  • Greedy(35)
  • Backtracking(19)
  • Dynamic Programming(60)
  • Stacks and Queues(38)
  • Binary Trees(35)
  • Binary Search Tree(22)
  • Graphs(44)
  • Heap(18)
  • Trie(6)

Reference

To access the article related to the mentioned topics or to practice solving questions pertaining to those topics, you can utilize the following link: Love Babbar - Sheet

About

This repository includes solutions for all 450 Data Structures and Algorithms questions listed in the study material created by Love Babbar.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages