Differences between Base case and Run-Time Stack

What are the differences between Base case and Run-Time Stack?

E

Expert

Verified

Base case:

A case within recursion, that the answer is known while the termination for a recursive situation is to unwind back.

Run-time Stack:

A run time stack utilized for saving the frame stack of a function while each recursion or each call arises.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.