Recursion

Group: 5 #group-5

Relations

  • Permutation: Recursive algorithms can be used to generate permutations.
  • Sorting: Recursive algorithms are often used in sorting, such as in Merge Sort and Quick Sort.
  • Algorithms: Recursion is a technique where a function calls itself with smaller inputs to solve a larger problem.