Skip to content

Latest commit

 

History

History
223 lines (164 loc) · 10.3 KB

File metadata and controls

223 lines (164 loc) · 10.3 KB

Popular Algorithms And Practice Problems


Complexity Analysis

Binary Exponentiation

Euclidean Algorithms(For GCD)

Linear Diophantine Equations

Bit Manipulation/Bit Masking

String Problems

Ad Hoc Problems

Sieve Of Eratosthenes

Combination Generation

Rabin-Karp Algorithm

Adv. DS (Trees, Graph, Pair, Map, Set) :

Greedy Approach :

Dynamic Programming :