0
Does base case mean the exit() function?
2 Antworten
+ 6
In recursive functions, each successive recursive call should bring you closer to a situapon in which the answer is known. A case for which the answer is known (and can be expressed without recursion) is called a base case.
+ 3
I want to give you an answer in which the answer itself is recursive, but I can't.