recursive function programming logic
Answers
Answered by
1
Answer:
In programming term a recursive function can be defined as the routine that calls itself directly or indirectly.
Using recursive algorithms, certain problem can be solved quite easily. Tower of Hanoi (TOH) is one such programming exercise.
Similar questions