Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What do you mean by Base case, Recursive case, Binding Time,
Run-Time Stack and Tail Recursion?

Answer Posted / khalith

Base case: A case in recursion, in which the answer is known when the termination for a recursive condition is to unwind back.

Recursive Case: A case which returns to the answer which is closer.

Run-time Stack: A run time stack used for saving the frame stack of a function when every recursion or every call occurs.

Tail Recursion: It is a situation where a single recursive call is consisted by a function, and it is the final statement to be executed. It can be replaced by iteration.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate bfs and dfs?

1054


What are hashmaps good for?

941


What is difference between hashmap and linkedhashmap?

976


How many sorting algorithms are there?

1056


How does selection sort work?

945


Write the advantage of separate chaining?

989


What is data and information explain with example?

1014


What are the tasks performed while traversing a binary tree?

1212


how to insert a new node in linked list where free node will be available?

1044


Is map a data structure?

980


Given M x N matrix with sorted elements row wise and column wise, find elements?

1045


What is stack algorithm?

922


How to find 3rd element from end in a linked list in one pass?

938


Why quicksort is faster than merge sort?

961


What is meant by binary tree traversal?

1023