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 are the advantage of linked list over array?
What data type is array?
How does max heap work?
Can we apply binary search algorithm to a sorted linked list, why?
Two linked lists are given, find out the sum of them without altering the linked list?
What is data and its type?
What are the advantages of linked list over array (static data structure)?
What are the types of collision resolution strategies in open addressing?
Is a hashmap a dictionary?
What is mean by abstract data type?
Different Types of pattern?
What are scalar values?
What is the difference between null and void pointer in data structures?
Difference between abstract data type, data type and data structure?
How do I sort a hashmap key?