Skip to content

Latest commit

Β 

History

History
43 lines (37 loc) Β· 903 Bytes

File metadata and controls

43 lines (37 loc) Β· 903 Bytes

Data-Structures-and-Algorithms

##Little theorey and almost all company famous and interview problems covered

This repo contains the solutions for DSA Problems. These questions will be good for coverge of dsa πŸ‘©β€πŸ’»πŸ‘¨. I am personally doing these questions and recommend everyone to do atleast these questions. All the best πŸ‘πŸ‘.

EDIT -> I have created folders for different Topics. I will be pushing c++ and , u can contribute.

Topics include:

Array
String
Matrix
Linked list
Stack
Queue
Tree
Graph
Priority queues
Trie

Searching
Sorting
Greedy
Recursion and Backtracking
Divide and Conqueor
Bit manipulation
Hashing
Patterns

Maths & prequisites:
complexity
Number theory
Basic Geometry
Sequences and Series
Binary numbers

STL