M-Manas-s / DSA_Templates

This repository contains my DSA Templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSA Templates

To whoever reaches here, this is a repository where I store my DSA Algorithms and corresponding implementation codes. Feel free to go through it. Please give credits if you use it. :)

Sorting

Quick Sort
Merge Sort

Dynamic Programming

Knapsack
Subset Sum
Longest Increasing Subsequence

Trees

LCA - Binary Lifting
BIT - Fenwick Tree
DSU - Disjoin Set Union
Segment Tree
Segment Tree with Lazy Propagation
Binary Trie
Trie

Graphs

BFS
DFS
Djikstra
MST - Kruskral

String

Prefix function - Knuth–Morris–Pratt
String Hashing

Miscellaneous

Sparse Table

About

This repository contains my DSA Templates.


Languages

Language:C++ 100.0%