📄️ Recursion
Recursion is a programming technique in which a function calls itself to solve a problem by breaking it down into smaller subproblems.
📄️ Merge Sort
Merge Sort is another sorting algorithm that implements the principle of divide and conquer.