Contains special algorithms and data structres for DSA.
- Disjoint set template (with rank heuristic and path compression)
- Median of two sorted arrays (logarithmic time complexity)
- GCD of two numbers (logarithmic time complexity)
- Find if a string is interleaving of two strings (O(mn) m,n length of string 1 and 2)