ple.. briefly describe the purpose of having a base case and
a recursive case in a recursive algorithm
Answer Posted / baskar
In recursive algorithm.
1. Base case gives the condition for recursive algorithm
when the recursive call is stop.
2.recursive case vice versa.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the best sorting technique?
How do I start preparing for placement?
What is the difference between 1d and 2d array?
Write the procedure to convert general tree to binary tree?
Differentiate file structure from storage structure?
Explain what is the bucket size, when the overlapping and collision occur at same time?
What do you mean by collision in hashing?
What is the use of space complexity and time complexity?
How would you reverse the characters of an array?
Why is data structure important?
How dynamic arrays are created?
What are sorting algorithms used for?
What is a undirected graph?
What is the two-dimensional array?
how to add an item to the beginning of the list?