Discrete Mathematics - MGNet

Definition: A recursive algorithm solves a problem by reducing it to an instance of the same problem with smaller input(s). Note: Recursive algorithms can be proven correct using mathematical induction or modified strong induction. ................
................