/Data-structure-algorithm-imp

All important questions of Data structure and Algorithms.

Primary LanguageC++

Data structure algorithm important concept

All important question of Data structure and algorithms

Data structure

Array
Linked list
stack
queue
dequeu
priority queue
Tree
BST Tree
Trie
N-ary-Tree

Algorithms

Bit manipulation
Divide and conquor
Two pointer
Sliding window
prefix sum technique
Greedy
Graph
DP
Backtracking