Skip to main content

Posts

Featured

GCD, LCM, Bin_Expo

 __gcd(a,b) = __gcd(b%a,a)  //! Way faster

Latest Posts

Create Table with primary key and Auto Increment && Rename Column && update view model

Segment Tree Code

Bit Manipulation - 1

Backtracking Code with Advanced Recursion

Equation for finding a pair!!!

Find the indexes using two pointer theory

How to successfully erase multiple characters from a string in inner loop !!

Maximum value among more than three variables!!

Nested Map,Multiset {printing in opposite : rbegin(),rend()}

Nested Map,Pair,Vector